# 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 = "runix" version = "0.1.1" description = "A type-safe Rust interface to the Nix CLI" homepage = "https://github.com/flox/runix/" readme = "README.md" keywords = [ "nix", "cli", "wrapper", ] license = "LGPL-2.1" repository = "https://github.com/flox/runix/" resolver = "1" [dependencies.async-trait] version = "0.1.52" [dependencies.derive_more] version = "0.99.17" [dependencies.log] version = "0.4.17" [dependencies.runix-derive] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "2.2.0" [dependencies.shell-escape] version = "0.1.5" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.21" features = ["full"] [dependencies.tokio-stream] version = "0.1.11" features = [ "tokio-util", "io-util", ] [dependencies.url] version = "2.3"