nix-nar-cli 0.4.0

Binary to manipulate Nix Archive (nar) files
# 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.4.0"
authors = ["Alexandru Scvortov <code@scvalex.net>"]
build = false
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",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Binary to manipulate Nix Archive (nar) files
"""
homepage = "https://codeberg.org/scvalex/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://codeberg.org/scvalex/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 = "4.6"
features = ["derive"]

[dependencies.nix-nar]
version = "0.4.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.symlink]
version = "0.1.0"

[dev-dependencies.ctor]
version = "0.10"

[dev-dependencies.insta]
version = "1.26"

[dev-dependencies.pretty-hex]
version = "0.4"