# 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] name = "carnix" version = "0.10.4" authors = ["pe@pijul.org "] include = ["Cargo.toml", "src/main.rs", "src/cargo-generate-nixfile.rs", "src/cache.rs", "src/cfg.rs", "src/krate.rs", "src/prefetch.rs", "src/preamble.nix", "src/output.rs", "src/error.rs"] description = "Generate Nix expressions from Cargo.lock files (in order to use Nix as a build system for crates)." homepage = "https://nest.pijul.com/pmeunier/carnix" license = "MIT/Apache-2.0" repository = "https://nest.pijul.com/pmeunier/carnix" [[bin]] name = "cargo-generate-nixfile" path = "src/cargo-generate-nixfile.rs" [[bin]] name = "carnix" path = "src/main.rs" [dependencies.clap] version = "2.32" [dependencies.dirs] version = "1.0" [dependencies.env_logger] version = "0.6" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.itertools] version = "0.8" [dependencies.log] version = "0.4" [dependencies.nom] version = "3.2" [dependencies.regex] version = "1.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tempdir] version = "0.3" [dependencies.toml] version = "0.5" [dependencies.url] version = "1.7"