traverse-contracts 0.10.1

Contract definitions and validation for the Traverse capability runtime.
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.94"
name = "traverse-contracts"
version = "0.10.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Contract definitions and validation for the Traverse capability runtime."
readme = false
license = "Apache-2.0"
repository = "https://github.com/traverse-framework/traverse"

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

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

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

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

[dependencies.semver]
version = "1.0.27"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.11"

[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"