nix-bindings-sys 0.2347.3

Raw, unsafe FFI bindings to the Nix C API
Documentation
# 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 = "2024"
rust-version = "1.90.0"
name = "nix-bindings-sys"
version = "0.2347.3"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw, unsafe FFI bindings to the Nix C API"
readme = "README.md"
license = "MIT"
repository = "https://github.com/notashelf/nix-bindings"

[package.metadata.docs.rs]
no-default-features = true
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = ["full"]
expr = []
flake = []
full = [
    "store",
    "expr",
    "util",
    "flake",
    "main",
    "shim",
]
main = []
shim = [
    "store",
    "expr",
]
store = []
util = []

[lib]
name = "nix_bindings_sys"
path = "lib.rs"

[[example]]
name = "eval_basic"
path = "examples/eval_basic.rs"

[[example]]
name = "eval_construct"
path = "examples/eval_construct.rs"

[[example]]
name = "eval_function"
path = "examples/eval_function.rs"

[[example]]
name = "flake_basic"
path = "examples/flake_basic.rs"

[[example]]
name = "version"
path = "examples/version.rs"

[[test]]
name = "eval"
path = "tests/eval.rs"

[[test]]
name = "flake"
path = "tests/flake.rs"

[[test]]
name = "memory"
path = "tests/memory.rs"

[[test]]
name = "primop"
path = "tests/primop.rs"

[[test]]
name = "store"
path = "tests/store.rs"

[[test]]
name = "util"
path = "tests/util.rs"

[dev-dependencies.serial_test]
version = "3.5.0"

[build-dependencies.bindgen]
version = "0.72.1"
features = [
    "logging",
    "runtime",
]
default-features = false

[build-dependencies.cc]
version = "1.2.63"

[build-dependencies.doxygen-bindgen]
version = "0.1.3"

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