prov-fixity 0.6.0

Content fixity digests, policy, and a device-local validation cache.
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 = "2024"
rust-version = "1.88"
name = "prov-fixity"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content fixity digests, policy, and a device-local validation cache."
homepage = "https://github.com/diaryx-org/prov"
readme = "README.md"
keywords = [
    "checksum",
    "sha256",
    "integrity",
]
categories = ["filesystem"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/diaryx-org/prov"
resolver = "2"

[features]
default = ["yaml"]
fig-lang = ["prov-graph/fig-lang"]
json = ["prov-graph/json"]
toml = ["prov-graph/toml"]
yaml = ["prov-graph/yaml"]

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

[dependencies.prov-graph]
version = "0.6.0"
default-features = false

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