# 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 = "rustnix" version = "0.0.1" description = "A reimplementation of nix in Rust." homepage = "https://github.com/urbas/rix" documentation = "https://github.com/urbas/rix/blob/master/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/urbas/rix" [lib] name = "rix" path = "src/lib.rs" [[bin]] name = "rix" path = "src/main.rs" [dependencies.clap] version = "4.0.18" [dependencies.colored] version = "2.0.0" [dependencies.libc] version = "0.2.135" [dependencies.nix] version = "0.25.0" features = ["env"] [dependencies.nom] version = "7.1.1" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.tempfile] version = "3.3.0" [dependencies.uuid] version = "1.2.1" features = ["v4"] [dev-dependencies.assert_cmd] version = "2.0.5" [dev-dependencies.predicates] version = "2.1.1"