[package]
edition = "2021"
name = "sil-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Semantic Integrity Layer — scan input for Unicode spoofing, confusable attacks, and semantic drift"
homepage = "https://github.com/nrelab/SIL"
documentation = "https://docs.rs/sil-cli"
readme = false
keywords = [
"cli",
"unicode",
"security",
"spoofing",
"semantic",
]
categories = [
"command-line-utilities",
"security",
]
license = "MIT"
repository = "https://github.com/nrelab/SIL"
[[bin]]
name = "sil-cli"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.sil-confusable]
version = "0.1"
[dependencies.sil-normalizer]
version = "0.1"
[dependencies.sil-policy]
version = "0.1"
[dependencies.sil-semantic]
version = "0.1"