chio-weights 0.1.2

Chio model-card surface (signed weights cards, cosign bundle helper, kernel binding refusal, chio bind --card)
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.93"
name = "chio-weights"
version = "0.1.2"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chio model-card surface (signed weights cards, cosign bundle helper, kernel binding refusal, chio bind --card)"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/backbay-labs/chio"

[features]
default = []
kani = []
smoke = []

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

[[example]]
name = "dump_minimal_card"
path = "examples/dump_minimal_card.rs"

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

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

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

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

[dependencies.chio-attest-verify]
version = "=0.1.2"

[dependencies.chio-core-types]
version = "=0.1.2"

[dependencies.chio-lineage]
version = "=0.1.2"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.hex]
version = "0.4"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"
features = ["float_roundtrip"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dev-dependencies.toml]
version = "0.8"

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]