2024-02-16 09:45:29 +01:00
|
|
|
[package]
|
2026-01-12 19:56:04 +01:00
|
|
|
name = "nix-bindings-util-sys"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2024-02-16 09:45:29 +01:00
|
|
|
edition = "2021"
|
|
|
|
|
build = "build.rs"
|
2025-01-29 05:06:41 +01:00
|
|
|
license = "LGPL-2.1"
|
2026-01-12 20:45:44 +01:00
|
|
|
description = "Low-level FFI bindings to Nix utility library"
|
|
|
|
|
repository = "https://github.com/nixops4/nix-bindings-rust"
|
2026-01-13 16:49:52 +01:00
|
|
|
readme = "README.md"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[lib]
|
2024-09-09 12:24:39 +02:00
|
|
|
path = "src/lib.rs"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
2025-12-06 15:44:20 -05:00
|
|
|
[dependencies]
|
|
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[build-dependencies]
|
2025-08-26 15:10:57 +02:00
|
|
|
bindgen = "0.69"
|
|
|
|
|
pkg-config = "0.3"
|