tor-chanmgr 0.44.0

Manage a set of connections to the Tor network
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 = "2024"
rust-version = "1.91"
name = "tor-chanmgr"
version = "0.44.0"
authors = [
    "The Tor Project, Inc.",
    "Nick Mathewson <nickm@torproject.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage a set of connections to the Tor network"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
readme = "README.md"
keywords = [
    "tor",
    "arti",
    "async",
]
categories = [
    "network-programming",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

[package.metadata.docs.rs]
all-features = true

[features]
__is_experimental = []
default = []
experimental = [
    "experimental-api",
    "relay",
    "metrics",
    "testing",
]
experimental-api = ["__is_experimental"]
full = [
    "pt-client",
    "safelog/full",
    "tor-basic-utils/full",
    "tor-cell/full",
    "tor-config/full",
    "tor-error/full",
    "tor-keymgr/full",
    "tor-linkspec/full",
    "tor-llcrypto/full",
    "tor-netdir/full",
    "tor-proto/full",
    "tor-rtcompat/full",
    "tor-socksproto/full",
    "tor-units/full",
    "tor-async-utils/full",
    "oneshot-fused-workaround/full",
    "tor-memquota/full",
    "caret/full",
    "web-time-compat/full",
]
pt-client = [
    "tor-linkspec/pt-client",
    "tor-proto/pt-client",
]
relay = [
    "__is_experimental",
    "tor-proto/relay",
    "tor-rtcompat/tls-server",
]
testing = ["__is_experimental"]

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

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

[dependencies.base64ct]
version = "1.8"

[dependencies.caret]
version = "0.10.0"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.derive-deftly]
version = "~1.11.3"
features = [
    "full",
    "beta",
]

[dependencies.derive_more]
version = "2.0.1"
features = ["full"]

[dependencies.educe]
version = "0.4.22"

[dependencies.futures]
version = "0.3.14"

[dependencies.httparse]
version = "1.10"

[dependencies.metrics]
version = "0.24.6"
optional = true

[dependencies.oneshot-fused-workaround]
version = "0.7.0"

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.postage]
version = "0.5.0"
features = ["futures-traits"]
default-features = false

[dependencies.rand]
version = "0.10.1"

[dependencies.safelog]
version = "0.9.0"

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

[dependencies.serde_with]
version = "3.0.0"

[dependencies.thiserror]
version = "2"

[dependencies.tor-async-utils]
version = "0.44.0"

[dependencies.tor-basic-utils]
version = "0.44.0"

[dependencies.tor-cell]
version = "0.44.0"

[dependencies.tor-config]
version = "0.44.0"

[dependencies.tor-error]
version = "0.44.0"
features = ["tracing"]

[dependencies.tor-keymgr]
version = "0.44.0"
features = ["keymgr"]

[dependencies.tor-linkspec]
version = "0.44.0"

[dependencies.tor-llcrypto]
version = "0.44.0"

[dependencies.tor-memquota]
version = "0.44.0"
default-features = false

[dependencies.tor-netdir]
version = "0.44.0"

[dependencies.tor-proto]
version = "0.44.0"

[dependencies.tor-rtcompat]
version = "0.44.0"

[dependencies.tor-socksproto]
version = "0.44.0"
features = ["client-handshake"]
default-features = false

[dependencies.tor-units]
version = "0.44.0"

[dependencies.tracing]
version = "0.1.36"

[dependencies.url]
version = "2.5.8"

[dependencies.void]
version = "1"

[dependencies.web-time-compat]
version = "0.2.0"

[dev-dependencies.float_eq]
version = "1.0.0"

[dev-dependencies.futures-await-test]
version = "0.3.0"

[dev-dependencies.hex-literal]
version = "1.0"

[dev-dependencies.itertools]
version = "0.14.0"

[dev-dependencies.tor-cell]
version = "0.44.0"
features = ["testing"]

[dev-dependencies.tor-netdir]
version = "0.44.0"
features = ["testing"]

[dev-dependencies.tor-proto]
version = "0.44.0"
features = ["testing"]

[dev-dependencies.tor-rtcompat]
version = "0.44.0"
features = [
    "tokio",
    "native-tls",
]

[dev-dependencies.tor-rtmock]
version = "0.44.0"