hush-cli 0.1.1

Command-line interface for clawdstrike
# 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.93"
name = "hush-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for clawdstrike"
readme = "README.md"
keywords = [
    "security",
    "cli",
    "verification",
    "clawdstrike",
]
categories = [
    "command-line-utilities",
    "authentication",
]
license = "Apache-2.0"
repository = "https://github.com/backbay-labs/clawdstrike"

[features]
default = [
    "rego-runtime",
    "wasm-plugin-runtime",
]
rego-runtime = ["dep:regorus"]
wasm-plugin-runtime = ["clawdstrike/wasm-plugin-runtime"]

[[bin]]
name = "clawdstrike"
path = "src/clawdstrike.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.5"

[dependencies.clawdstrike]
version = "0.1.1"

[dependencies.hex]
version = "0.4"

[dependencies.hush-core]
version = "0.1.0"

[dependencies.hush-proxy]
version = "0.1.0"

[dependencies.rand]
version = "0.9"

[dependencies.regorus]
version = "0.9.1"
optional = true

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1.20"
features = [
    "v4",
    "v7",
    "serde",
    "js",
]

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"