[package] name = "nix-bindings-util" version = "0.1.0" edition = "2021" license = "LGPL-2.1" [lib] path = "src/lib.rs" [dependencies] anyhow = "1.0" nix-bindings-bindgen-raw = { path = "../nix-bindings-bindgen-raw" } ctor = "0.2" [lints.rust] warnings = "deny" dead-code = "allow" [lints.clippy] type-complexity = "allow" # We're still trying to make Nix more thread-safe, want forward-compat arc-with-non-send-sync = "allow"