sil-cli 0.1.0

CLI for the Semantic Integrity Layer — scan input for Unicode spoofing, confusable attacks, and semantic drift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sil-cli"
version = "0.1.0"
edition = "2021"
description = "CLI for the Semantic Integrity Layer — scan input for Unicode spoofing, confusable attacks, and semantic drift"
license = "MIT"
repository = "https://github.com/nrelab/SIL"
homepage = "https://github.com/nrelab/SIL"
documentation = "https://docs.rs/sil-cli"
categories = ["command-line-utilities", "security"]
keywords = ["cli", "unicode", "security", "spoofing", "semantic"]

[dependencies]
sil-normalizer = "0.1"
sil-confusable = "0.1"
sil-semantic = "0.1"
sil-policy = "0.1"
clap = { version = "4", features = ["derive"] }