# 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-memquota" version = "0.24.0" authors = [ "The Tor Project, Inc.", "Ian Jackson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Memory use tracking and quota utilities, used by Tor software" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", ] categories = ["memory-management"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [lib] name = "tor_memquota" path = "src/lib.rs" [dependencies.derive-deftly] version = "0.14" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.dyn-clone] version = "1.0.17" [dependencies.educe] version = "0.4.6" [dependencies.futures] version = "0.3.14" [dependencies.itertools] version = "0.13.0" [dependencies.paste] version = "1" [dependencies.pin-project] version = "1" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.slotmap-careful] version = "0.2.1" [dependencies.static_assertions] version = "1" [dependencies.thiserror] version = "1" [dependencies.tor-async-utils] version = "0.24.0" [dependencies.tor-basic-utils] version = "0.24.0" features = ["serde"] [dependencies.tor-config] version = "0.24.0" [dependencies.tor-error] version = "0.24.0" features = ["tracing"] [dependencies.tor-log-ratelim] version = "0.24.0" [dependencies.tor-rtcompat] version = "0.24.0" [dependencies.tracing] version = "0.1.36" [dependencies.visibility] version = "0.1.0" optional = true [dependencies.void] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.safelog] version = "0.4.1" [dev-dependencies.serde_json] version = "1.0.50" [dev-dependencies.tor-basic-utils] version = "0.24.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 = ["memquota"] experimental = ["testing"] full = [ "memquota", "tor-config/full", "tor-error/full", "tor-log-ratelim/full", "tor-rtcompat/full", "tor-async-utils/full", "tor-basic-utils/full", "slotmap-careful/full", ] memquota = [] testing = [ "__is_experimental", "visibility", ]