# 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 = "generate-nix-pkg" version = "0.3.0" authors = ["pe@pijul.org "] include = ["Cargo.toml", "src/main.rs", "src/cache.rs", "src/cfg.rs", "src/krate/mod.rs", "src/krate/prefetch.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/nix-rust" license = "MIT/Apache-2.0" repository = "https://nest.pijul.com/pmeunier/nix-rust" [dependencies.serde_derive] version = "0.9" [dependencies.tempdir] version = "0.3" [dependencies.clap] version = "2.23" [dependencies.error-chain] version = "0.11" [dependencies.rusqlite] version = "0.12" [dependencies.regex] version = "0.2" [dependencies.env_logger] version = "0.4" [dependencies.log] version = "0.3" [dependencies.serde] version = "0.9" [dependencies.toml] version = "0.3" [dependencies.serde_json] version = "0.9" [dependencies.nom] version = "3.2"