# 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-config" version = "0.24.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level configuration for the Arti Tor implementation" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", ] categories = ["config"] 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_config" path = "src/lib.rs" [dependencies.amplify] version = "4" features = ["derive"] default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.derive-deftly] version = "0.14" [dependencies.derive_builder] version = "0.11.2" package = "derive_builder_fork_arti" [dependencies.directories] version = "5" optional = true [dependencies.educe] version = "0.4.6" [dependencies.either] version = "1" [dependencies.figment] version = "0.10.18" features = ["toml"] [dependencies.fs-mistrust] version = "0.8.0" [dependencies.futures] version = "0.3.14" [dependencies.itertools] version = "0.13.0" [dependencies.notify] version = "7" features = ["macos_kqueue"] default-features = false [dependencies.once_cell] version = "1" [dependencies.paste] version = "1" [dependencies.postage] version = "0.5.0" features = ["futures-traits"] default-features = false [dependencies.regex] version = "1" features = ["std"] default-features = false [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde-value] version = "0.7.0" [dependencies.serde_ignored] version = "0.1.3" [dependencies.shellexpand] version = "3.0" features = ["path"] optional = true [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8.8" [dependencies.tor-basic-utils] version = "0.24.0" [dependencies.tor-config-path] version = "0.24.0" [dependencies.tor-error] version = "0.24.0" [dependencies.tor-rtcompat] version = "0.24.0" [dependencies.tracing] version = "0.1.36" [dependencies.void] version = "1" [dev-dependencies.dirs] version = "5.0.0" [dev-dependencies.rmp-serde] version = "1" [dev-dependencies.serde_json] version = "1.0.50" [dev-dependencies.tempfile] version = "3" [dev-dependencies.test-temp-dir] version = "0.3.0" [dev-dependencies.tor-rtcompat] version = "0.24.0" features = [ "tokio", "native-tls", ] [dev-dependencies.tor-rtmock] version = "0.24.0" [dev-dependencies.tracing-test] version = "0.2.4" [features] __is_experimental = [] default = ["expand-paths"] expand-paths = [ "shellexpand", "directories", ] experimental = [ "testing", "experimental-api", ] experimental-api = ["__is_experimental"] full = [ "expand-paths", "fs-mistrust/full", "tor-basic-utils/full", "tor-error/full", "tor-rtcompat/full", "tor-config-path/full", ] testing = ["__is_experimental"]