stem 1.2.3

A complete Rust library for Tor control protocol — build privacy-focused applications with type-safe, async-first APIs
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"
name = "stem"
version = "1.2.3"
authors = ["tn3w <tn3w@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A complete Rust library for Tor control protocol — build privacy-focused applications with type-safe, async-first APIs"
homepage = "https://stem.tn3w.dev"
documentation = "https://stem.tn3w.dev/docs/"
readme = "README.md"
keywords = [
    "tor",
    "privacy",
    "onion",
    "control-protocol",
    "async",
]
categories = [
    "network-programming",
    "asynchronous",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/tn3w/stem"

[features]
client = []
compression = ["dep:flate2"]
controller = ["events"]
default = ["full"]
descriptors = [
    "client",
    "exit-policy",
]
events = []
exit-policy = []
extensive = ["integration"]
full = [
    "controller",
    "descriptors",
    "events",
    "exit-policy",
    "client",
    "interpreter",
    "compression",
]
integration = []
interpreter = [
    "controller",
    "events",
]

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

[[test]]
name = "integration"
path = "tests/integration/mod.rs"
required-features = ["integration"]

[dependencies.base64]
version = "0.22"

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

[dependencies.crypto-common]
version = "0.1.7"

[dependencies.derive_builder]
version = "0.20"

[dependencies.flate2]
version = "1.1"
optional = true

[dependencies.generic-array]
version = "1.3"

[dependencies.hmac]
version = "0.12"

[dependencies.rand]
version = "0.9"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

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

[dev-dependencies.proptest]
version = "1"