nix-bindings-expr 0.2.1

Rust bindings to Nix expression evaluator
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "nix-bindings-expr"
version = "0.2.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to Nix expression evaluator"
documentation = "https://nixops4.github.io/nix-bindings-rust/development/nix_bindings_expr/"
readme = "README.md"
license = "LGPL-2.1"
repository = "https://github.com/nixops4/nix-bindings-rust"

[lib]
name = "nix_bindings_expr"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.cstr]
version = "0.2"

[dependencies.ctor]
version = "0.2"

[dependencies.nix-bindings-bdwgc-sys]
version = "0.2.1"

[dependencies.nix-bindings-expr-sys]
version = "0.2.1"

[dependencies.nix-bindings-store]
version = "0.2.1"

[dependencies.nix-bindings-store-sys]
version = "0.2.1"

[dependencies.nix-bindings-util]
version = "0.2.1"

[dependencies.nix-bindings-util-sys]
version = "0.2.1"

[dependencies.tempfile]
version = "3.10"

[build-dependencies.nix-bindings-util]
version = "0.2.1"

[build-dependencies.pkg-config]
version = "0.3"

[lints.clippy]
arc-with-non-send-sync = "allow"
type-complexity = "allow"

[lints.rust]
dead-code = "allow"
warnings = "deny"