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
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"