tirith-core 0.1.2

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.1.2"
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 = "Apache-2.0"
repository = "https://github.com/sheeki03/tirith"

[lib]
name = "tirith_core"
path = "src/lib.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.etcetera]
version = "0.8"

[dependencies.fs2]
version = "0.4"

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

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

[dependencies.once_cell]
version = "1"

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

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

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

[dependencies.url]
version = "2"

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

[dev-dependencies.tempfile]
version = "3"

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

[target."cfg(unix)".dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false