# 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 = "crate2nix" version = "0.14.1" authors = ["Peter Kolloch "] description = "crate2nix generates nix (as in NixOS) build files for rust using cargo." homepage = "https://nix-community.github.io/crate2nix/" documentation = "https://nix-community.github.io/crate2nix/" readme = "README.md" keywords = [ "nix", "cargo", "build", "ci", "cache", ] license = "Apache-2.0" repository = "https://github.com/nix-community/crate2nix" resolver = "2" [dependencies.anyhow] version = "1.0.28" [dependencies.cargo-platform] version = "0.1" [dependencies.cargo_metadata] version = "0.18" [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.12" [dependencies.lazy_static] version = "1" [dependencies.nix-base32] version = "0.1" [dependencies.pathdiff] version = "0.2" [dependencies.semver] version = "1" features = ["serde"] [dependencies.serde] version = "1.0.107" features = ["derive"] [dependencies.serde_json] version = "1.0.59" features = ["unbounded_depth"] [dependencies.structopt] version = "0.3" [dependencies.tera] version = "1" default-features = false [dependencies.toml] version = "0.8" [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.colored-diff] version = "0.2.2" [dev-dependencies.fs_extra] version = "1.1" [dev-dependencies.tempdir] version = "0.3"