[dependencies.triomphe]
default-features = false
version = "0.1.15"
[dev-dependencies.static_assertions]
version = "1.1.0"
[lib]
name = "rootcause_internals"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Internals for the rootcause crate"
edition = "2024"
license = "MIT/Apache-2.0"
name = "rootcause-internals"
readme = "README.md"
repository = "https://github.com/rootcause-rs/rootcause"
version = "0.11.1"
[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items"]
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"