# 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-rtmock" version = "0.24.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Testing mock support for tor-rtcomapt" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", "async", "testing", ] categories = ["asynchronous"] 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_rtmock" path = "src/lib.rs" [[test]] name = "rtcompat_timing" path = "tests/rtcompat_timing.rs" [dependencies.amplify] version = "4" features = ["derive"] default-features = false [dependencies.async-trait] version = "0.1.54" [dependencies.derive-deftly] version = "0.14" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.educe] version = "0.4.6" [dependencies.futures] version = "0.3.14" [dependencies.humantime] version = "2" [dependencies.itertools] version = "0.13.0" [dependencies.oneshot-fused-workaround] version = "0.2.0" [dependencies.pin-project] version = "1" [dependencies.priority-queue] version = "2.0.3" [dependencies.slotmap-careful] version = "0.2.1" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tor-error] version = "0.24.0" features = ["tracing"] [dependencies.tor-general-addr] version = "0.24.0" [dependencies.tor-rtcompat] version = "0.24.0" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-test] version = "0.2.4" [dependencies.void] version = "1" [dev-dependencies.futures-await-test] version = "0.3.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tor-basic-utils] version = "0.24.0" [dev-dependencies.tor-general-addr] version = "0.24.0" [dev-dependencies.tor-rtcompat] version = "0.24.0" features = [ "tokio", "native-tls", ] [features] full = [ "tor-rtcompat/full", "tor-error/full", "oneshot-fused-workaround/full", "slotmap-careful/full", "tor-general-addr/full", ]