[package]
edition = "2021"
name = "sil"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified crate for the Semantic Integrity Layer — Unicode spoofing, confusable attacks, and semantic drift detection"
homepage = "https://github.com/nrelab/SIL"
documentation = "https://docs.rs/sil"
readme = false
keywords = [
"unicode",
"security",
"spoofing",
"confusable",
"semantic",
]
categories = [
"text-processing",
"security",
]
license = "MIT"
repository = "https://github.com/nrelab/SIL"
[lib]
name = "sil"
path = "src/lib.rs"
[dependencies.sil-confusable]
version = "0.1"
[dependencies.sil-normalizer]
version = "0.1"
[dependencies.sil-policy]
version = "0.1"
[dependencies.sil-semantic]
version = "0.1"