netform_diff 0.2.0

Deterministic diff engine and reporting primitives for lossless network config IR
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 = "netform_diff"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic diff engine and reporting primitives for lossless network config IR"
homepage = "https://github.com/cyberwitchery/netform"
documentation = "https://docs.rs/netform_diff"
readme = false
license = "MIT"
repository = "https://github.com/cyberwitchery/netform"
resolver = "2"

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

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

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

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

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

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

[dependencies.netform_ir]
version = "0.2.0"

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

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

[dev-dependencies.netform_dialect_iosxe]
version = "0.2.0"

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

[dev-dependencies.serde_json]
version = "1.0"