# 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.77" name = "arti-relay" version = "0.24.0" authors = ["The Tor Project, Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for running a relay of the Tor network" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", "privacy", "anonymity", "networking", ] 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 [[bin]] name = "arti-relay" path = "src/main.rs" [dependencies.derive_builder] version = "0.11.2" package = "derive_builder_fork_arti" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.fs-mistrust] version = "0.8.0" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tor-chanmgr] version = "0.24.0" [dependencies.tor-config] version = "0.24.0" [dependencies.tor-error] version = "0.24.0" [dependencies.tor-keymgr] version = "0.24.0" features = [ "keymgr", "ephemeral-keystore", ] [dependencies.tor-memquota] version = "0.24.0" default-features = false [dependencies.tor-netdir] version = "0.24.0" [dependencies.tor-netdoc] version = "0.24.0" [dependencies.tor-proto] version = "0.24.0" [dependencies.tor-relay-crypto] version = "0.24.0" [dependencies.tor-rtcompat] version = "0.24.0" [dependencies.tracing] version = "0.1.36" [dev-dependencies] [features] async-std = ["tor-rtcompat/async-std"] default = [ "tokio", "rustls", ] full = [ "async-std", "tokio", "rustls", "fs-mistrust/full", "tor-chanmgr/full", "tor-config/full", "tor-error/full", "tor-keymgr/full", "tor-netdir/full", "tor-netdoc/full", "tor-proto/full", "tor-relay-crypto/full", "tor-rtcompat/full", "tor-memquota/full", ] rustls = ["tor-rtcompat/rustls"] tokio = [ "tor-rtcompat/tokio", "tor-proto/tokio", ]