# 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-daemon" version = "0.1.1" authors = ["embr "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for talking directly to the Nix Daemon" documentation = "https://docs.rs/nix-daemon/" readme = "README.md" keywords = ["nix"] categories = ["api-bindings"] license = "EUPL-1.2" repository = "https://codeberg.org/gorgon/gorgon/src/branch/main/nix-daemon" [lib] name = "nix_daemon" path = "src/lib.rs" [[test]] name = "nix" path = "tests/nix.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.async-stream] version = "0.3.5" [dependencies.chrono] version = "0.4.31" [dependencies.futures] version = "0.3.29" [dependencies.num_enum] version = "0.7.1" [dependencies.tap] version = "1.0.1" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = [ "rt", "macros", "parking_lot", "io-util", "net", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tokio-test] version = "0.4.3" [dependencies.tracing] version = "0.1.40" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]