evolving 0.0.1

git for decisions — an immutable, content-addressed ledger of human-authored decisions that resurfaces when a bound check goes red
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.74"
name = "evolving"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "git for decisions — an immutable, content-addressed ledger of human-authored decisions that resurfaces when a bound check goes red"
readme = "README.md"
keywords = [
    "decisions",
    "cli",
    "ledger",
    "provenance",
    "testing",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/wan9yu/evolving"

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

[[bin]]
name = "ev"
path = "src/main.rs"

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

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

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

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

[dependencies.hex]
version = "0.4"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"