# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-nix" version = "0.1.0-mvp" authors = ["pandaman64 "] description = "Build Rust crates with Nix." license = "MIT OR Apache-2.0" repository = "https://github.com/pandaman64/cargo-nix" [dependencies.bstr] version = "0.2.14" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.color-eyre] version = "0.5.10" [dependencies.flate2] version = "1.0.19" [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.tar] version = "0.4.30" [dependencies.tempfile] version = "3.2.0" [dependencies.tracing] version = "0.1.22" [dependencies.tracing-error] version = "0.1.2" [dependencies.tracing-subscriber] version = "0.2.15" [dependencies.ureq] version = "2.0.1" features = ["json"]