tor-dircommon 0.39.0

Common primitives for the Tor directory specification
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.86"
name = "tor-dircommon"
version = "0.39.0"
authors = [
    "The Tor Project, Inc.",
    "Nick Mathewson <nickm@torproject.org>",
    "Clara Engler <cve@torproject.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common primitives for the Tor directory specification"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
readme = "README.md"
keywords = [
    "tor",
    "arti",
    "download",
    "async",
]
categories = [
    "network-programming",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

[features]
full = [
    "tor-basic-utils/full",
    "tor-checkable/full",
    "tor-config/full",
    "tor-linkspec/full",
    "tor-llcrypto/full",
    "tor-netdoc/full",
]

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

[dependencies.base64ct]
version = "1.8.0"

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

[dependencies.getset]
version = "0.1.6"

[dependencies.humantime]
version = "2"

[dependencies.humantime-serde]
version = "1.1.1"

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

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

[dependencies.tor-checkable]
version = "0.39.0"

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

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

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

[dependencies.tor-netdoc]
version = "0.39.0"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.toml]
version = "0.9.6"