nono-proxy 0.6.1

Network filtering proxy for the nono sandbox
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.74"
name = "nono-proxy"
version = "0.6.1"
authors = ["Luke Hinds"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Network filtering proxy for the nono sandbox"
homepage = "https://github.com/always-further/nono"
readme = "README.md"
keywords = [
    "sandbox",
    "security",
    "proxy",
    "network",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/always-further/nono"

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

[dependencies.base64]
version = "0.22"

[dependencies.getrandom]
version = "0.4"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = [
    "http1",
    "server",
    "client",
]

[dependencies.hyper-rustls]
version = "0.27"
features = [
    "http1",
    "ring",
    "webpki-tokio",
]

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server-auto",
]

[dependencies.ipnet]
version = "2"
features = ["serde"]

[dependencies.keyring]
version = "3"

[dependencies.nono]
version = "0.6.1"

[dependencies.rustls]
version = "0.23"
features = ["ring"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2"

[dependencies.webpki-roots]
version = "1"

[dependencies.zeroize]
version = "1"
features = ["alloc"]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "test-util",
    "rt-multi-thread",
    "macros",
]