# 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 = "tor-relay-selection" version = "0.24.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Logic to select Tor relays for specific purposes" 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 [lib] name = "tor_relay_selection" path = "src/lib.rs" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.tor-basic-utils] version = "0.24.0" [dependencies.tor-geoip] version = "0.24.0" optional = true [dependencies.tor-linkspec] version = "0.24.0" [dependencies.tor-netdir] version = "0.24.0" [dependencies.tor-netdoc] version = "0.24.0" [dev-dependencies.once_cell] version = "1" [dev-dependencies.tor-basic-utils] version = "0.24" [dev-dependencies.tor-netdir] version = "0.24.0" features = ["testing"] [dev-dependencies.tor-netdoc] version = "0.24.0" features = ["testing"] [features] __is_experimental = [] default = [] experimental = ["geoip"] full = [ "vanguards", "tor-basic-utils/full", "tor-geoip?/full", "tor-linkspec/full", "tor-netdir/full", "tor-netdoc/full", ] geoip = [ "tor-geoip", "tor-netdir/geoip", "__is_experimental", ] vanguards = []