clayers-spec 0.1.1

Spec-aware logic for clayers (validate, drift, coverage, connectivity)
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"
name = "clayers-spec"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spec-aware logic for clayers (validate, drift, coverage, connectivity)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/CognitiveLayers/clayers"

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

[dependencies.clayers-xml]
version = "0.1.1"

[dependencies.petgraph]
version = "0.8"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.xot]
version = "0.31"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy.all]
level = "deny"
priority = 0

[lints.clippy.pedantic]
level = "warn"
priority = 0

[lints.rust]
warnings = "deny"