git-closure 0.1.0

Deterministic, self-describing, verifiable source-tree snapshots
Documentation
# 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"
rust-version = "1.85"
name = "git-closure"
version = "0.1.0"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "SPEC.md",
    "src/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic, self-describing, verifiable source-tree snapshots"
homepage = "https://github.com/cypl0x/git-closure"
documentation = "https://docs.rs/git-closure"
readme = "README.md"
keywords = [
    "snapshot",
    "git",
    "integrity",
    "reproducible",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cypl0x/git-closure"

[lib]
name = "git_closure"
path = "src/lib.rs"

[[bin]]
name = "git-closure"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "golden"
path = "tests/golden.rs"

[[test]]
name = "rt13_spec_and_fixture"
path = "tests/rt13_spec_and_fixture.rs"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5"

[dependencies.flate2]
version = "1.1"

[dependencies.ignore]
version = "0.4"

[dependencies.lexpr]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.13"

[dependencies.thiserror]
version = "2.0"

[dependencies.ureq]
version = "2.12"
features = ["tls"]
default-features = false

[dev-dependencies.proptest]
version = "1.9"

[dev-dependencies.trycmd]
version = "1.1"