tirith 0.2.9

Terminal security - catches homograph attacks, pipe-to-shell, ANSI injection
# 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"
version = "0.2.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal security - catches homograph attacks, pipe-to-shell, ANSI injection"
homepage = "https://github.com/sheeki03/tirith"
readme = "README.md"
keywords = [
    "security",
    "url",
    "shell",
    "cli",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0-only"
repository = "https://github.com/sheeki03/tirith"

[package.metadata.deb]
maintainer = "Shivom Sharma <shivomsharma03@gmail.com>"
section = "utils"
depends = "ca-certificates"
assets = [
    [
    "target/release/tirith",
    "usr/bin/",
    "755",
],
    [
    "assets/shell/tirith.sh",
    "usr/share/tirith/shell/",
    "644",
],
    [
    "assets/shell/lib/zsh-hook.zsh",
    "usr/share/tirith/shell/lib/",
    "644",
],
    [
    "assets/shell/lib/bash-hook.bash",
    "usr/share/tirith/shell/lib/",
    "644",
],
    [
    "assets/shell/lib/fish-hook.fish",
    "usr/share/tirith/shell/lib/",
    "644",
],
    [
    "assets/shell/lib/powershell-hook.ps1",
    "usr/share/tirith/shell/lib/",
    "644",
],
    [
    "assets/shell/lib/nushell-hook.nu",
    "usr/share/tirith/shell/lib/",
    "644",
],
    [
    "assets/completions/tirith.bash",
    "usr/share/bash-completion/completions/",
    "644",
],
    [
    "assets/completions/_tirith",
    "usr/share/zsh/site-functions/",
    "644",
],
    [
    "assets/completions/tirith.fish",
    "usr/share/fish/vendor_completions.d/",
    "644",
],
    [
    "assets/man/tirith.1",
    "usr/share/man/man1/",
    "644",
],
]

[[bin]]
name = "tirith"
path = "src/main.rs"

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

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.clap_mangen]
version = "0.2"

[dependencies.etcetera]
version = "0.8"

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

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

[dependencies.libc]
version = "0.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.tempfile]
version = "3"

[dependencies.tirith-core]
version = "0.2.9"

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

[dev-dependencies]