tor-linkspec 0.44.0

Parts of the Tor protocol that indicate specific relays on the 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-linkspec"
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 = "Parts of the Tor protocol that indicate specific relays on the network"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
readme = "README.md"
keywords = [
    "tor",
    "arti",
]
categories = ["network-programming"]
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 = []
decode = ["__is_experimental"]
default = []
experimental = [
    "decode",
    "verbatim",
]
full = [
    "pt-client",
    "caret/full",
    "safelog/full",
    "tor-basic-utils/full",
    "tor-bytes/full",
    "tor-config/full",
    "tor-llcrypto/full",
    "tor-protover/full",
    "tor-memquota/full",
]
pt-client = []
verbatim = ["__is_experimental"]

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

[dependencies.base64ct]
version = "1.5.1"

[dependencies.by_address]
version = "1"

[dependencies.caret]
version = "0.10.0"

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

[dependencies.derive_builder]
version = "0.11.2"
package = "derive_builder_fork_arti"

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

[dependencies.hex]
version = "0.4"

[dependencies.itertools]
version = "0.14.0"

[dependencies.safelog]
version = "0.9.0"

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

[dependencies.serde_with]
version = "3.0.0"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2"

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

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

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

[dependencies.tor-llcrypto]
version = "0.44.0"
features = ["memquota-memcost"]

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

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

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

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

[dev-dependencies.serde_test]
version = "1.0.124"