tirith-core 0.3.0

Terminal security analysis engine - homograph attacks, pipe-to-shell, ANSI injection
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"
rust-version = "1.83"
name = "tirith-core"
version = "0.3.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal security analysis engine - homograph attacks, pipe-to-shell, ANSI injection"
homepage = "https://github.com/sheeki03/tirith"
readme = "README.md"
keywords = [
    "security",
    "url",
    "analysis",
]
categories = ["development-tools"]
license = "AGPL-3.0-only"
repository = "https://github.com/sheeki03/tirith"

[lib]
name = "tirith_core"
path = "src/lib.rs"

[[test]]
name = "bypass_regression"
path = "tests/bypass_regression.rs"

[[test]]
name = "generate_test_fixtures"
path = "tests/generate_test_fixtures.rs"

[[test]]
name = "golden_fixtures"
path = "tests/golden_fixtures.rs"

[[test]]
name = "policy_integration"
path = "tests/policy_integration.rs"

[[bench]]
name = "perf"
path = "benches/perf.rs"
harness = false

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.csv]
version = "1"

[dependencies.ed25519-dalek]
version = "2"
features = [
    "std",
    "rand_core",
]
default-features = false

[dependencies.etcetera]
version = "0.8"

[dependencies.fs2]
version = "0.4"

[dependencies.home]
version = ">=0.5, <0.5.12"

[dependencies.is-terminal]
version = "0.4"

[dependencies.lopdf]
version = "0.34"

[dependencies.once_cell]
version = "1"

[dependencies.owo-colors]
version = "4"

[dependencies.percent-encoding]
version = "2"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.unicode-script]
version = "0.5"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dev-dependencies.toml]
version = "0.8"

[build-dependencies.serde]
version = "1"
features = ["derive"]

[build-dependencies.toml]
version = "0.8"

[target."cfg(unix)".dependencies.libc]
version = "0.2"