# 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 = "nix-nar-cli" version = "0.3.0" authors = ["Alexandru Scvortov "] exclude = [ "/test-data/make-nars.sh", "/test-data/06-symlink.in", "/test-data/07-nested-dirs.in/02-some-dir/link-to-an-empty-file", ] description = """ Binary to manipulate Nix Archive (nar) files """ homepage = "https://gitlab.com/abstract-binary/nix-nar-rs" readme = "README.md" keywords = [ "nix", "nixos", "nar", "encoding", ] categories = [ "command-line-utilities", "encoding", "parser-implementations", ] license = "Apache-2.0 OR LGPL-2.1-or-later" repository = "https://gitlab.com/abstract-binary/nix-nar-rs" [[bin]] name = "nix-nar" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.camino] version = "1.1.6" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.nix-nar] version = "0.3.0" [dependencies.serde_json] version = "1.0" [dependencies.symlink] version = "0.1.0" [dev-dependencies.ctor] version = "0.1.22" [dev-dependencies.insta] version = "1.26" [dev-dependencies.pretty-hex] version = "0.3"