sil 0.1.0

Unified crate for the Semantic Integrity Layer — Unicode spoofing, confusable attacks, and semantic drift detection
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "sil"
version = "0.1.0"
dependencies = [
 "sil-confusable",
 "sil-normalizer",
 "sil-policy",
 "sil-semantic",
]

[[package]]
name = "sil-confusable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8fa377278a4aa45192d561835c193888cd0f20ba914a51540d70a54c30d2e53"

[[package]]
name = "sil-normalizer"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fee4db3d3fd22449010972ef10b2cb9b1702e692cae09545a536191f55faaa4"
dependencies = [
 "unicode-normalization",
]

[[package]]
name = "sil-policy"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c79845a542ccb6d4d953e84db5caf04979ac44076317d60e54cdf508ad9e16c1"

[[package]]
name = "sil-semantic"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c6cf35ce81359f7657dbedd69845b4828d2c7e7c67ac1fbbf654add93f930cb"

[[package]]
name = "tinyvec"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
dependencies = [
 "tinyvec_macros",
]

[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"

[[package]]
name = "unicode-normalization"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
dependencies = [
 "tinyvec",
]