# 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-log-ratelim" version = "0.24.0" authors = ["The Tor Project, Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Facility for rate-limiting log messages in Arti" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", "async", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [lib] name = "tor_log_ratelim" path = "src/lib.rs" [dependencies.futures] version = "0.3.14" [dependencies.humantime] version = "2" [dependencies.once_cell] version = "1.18" [dependencies.thiserror] version = "1" [dependencies.tor-error] version = "0.24.0" [dependencies.tor-rtcompat] version = "0.24.0" [dependencies.tracing] version = "0.1.36" [dependencies.weak-table] version = "0.3.0" [dev-dependencies] [features] default = [] full = [ "tor-error/full", "tor-rtcompat/full", ]