chio-external-guards 0.1.1

HTTP-backed external guard adapters for Chio guard pipelines
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.93"
name = "chio-external-guards"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP-backed external guard adapters for Chio guard pipelines"
readme = false
license = "Apache-2.0"
repository = "https://github.com/backbay/chio"

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chio-core-types]
version = "0.1.0"

[dependencies.chio-guards]
version = "0.1.0"

[dependencies.chio-kernel]
version = "0.1.0"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.zeroize]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[dev-dependencies.wiremock]
version = "0.6"

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