# 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-async-utils" version = "0.25.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async/futures helpers for use with Tor" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [lib] name = "tor_async_utils" path = "src/lib.rs" [dependencies.derive-deftly] version = "0.14" [dependencies.educe] version = "0.4.6" [dependencies.futures] version = "0.3.14" [dependencies.oneshot-fused-workaround] version = "0.2.0" [dependencies.pin-project] version = "1" [dependencies.postage] version = "0.5.0" features = ["futures-traits"] default-features = false [dependencies.thiserror] version = "2" [dependencies.void] version = "1" [dev-dependencies.futures-await-test] version = "0.3.0" [dev-dependencies.tokio] version = "1.7" features = [ "macros", "net", "rt", "rt-multi-thread", "time", ] [dev-dependencies.tor-error] version = "0.25.0" [dev-dependencies.tor-rtcompat] version = "0.25.0" [dev-dependencies.tor-rtmock] version = "0.25.0" [features] full = ["oneshot-fused-workaround/full"]