secureops-proxy 0.0.1

SecureOps egress PEP: forward proxy + DNS sinkhole, fail-closed (PRODUCT.md B.5).
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.80"
name = "secureops-proxy"
version = "0.0.1"
authors = ["Adversa AI <https://adversa.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SecureOps egress PEP: forward proxy + DNS sinkhole, fail-closed (PRODUCT.md B.5)."
homepage = "https://github.com/aryasoni98/secureops#readme"
readme = false
license = "MIT"
repository = "https://github.com/aryasoni98/secureops"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.hickory-proto]
version = "0.24"
default-features = false

[dependencies.hickory-resolver]
version = "0.24"
features = ["tokio-runtime"]
default-features = false

[dependencies.secureops-core]
version = "0.0.1"

[dependencies.secureops-policy]
version = "0.0.1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "net",
    "sync",
    "signal",
    "time",
    "io-util",
]

[dependencies.tracing]
version = "0.1"