tor-rtmock 0.45.0

Testing mock support for tor-rtcomapt
Documentation
# 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 = "2024"
rust-version = "1.91"
name = "tor-rtmock"
version = "0.45.0"
authors = [
    "The Tor Project, Inc.",
    "Nick Mathewson <nickm@torproject.org>",
]
build = false
autolib = 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

[features]
full = [
    "tor-rtcompat/full",
    "tor-error/full",
    "oneshot-fused-workaround/full",
    "slotmap-careful/full",
    "tor-general-addr/full",
    "web-time-compat/full",
]

[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.assert_matches]
version = "1.5.0"

[dependencies.async-trait]
version = "0.1.54"

[dependencies.derive-deftly]
version = "~1.11.4"
features = [
    "full",
    "beta",
]

[dependencies.derive_more]
version = "2.0.1"
features = ["full"]

[dependencies.educe]
version = "0.4.22"

[dependencies.futures]
version = "0.3.14"

[dependencies.humantime]
version = "2"

[dependencies.itertools]
version = "0.15.0"

[dependencies.oneshot-fused-workaround]
version = "0.7.0"

[dependencies.pin-project]
version = "1"

[dependencies.priority-queue]
version = "2.0.3"

[dependencies.slotmap-careful]
version = "0.8.0"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tor-error]
version = "0.45.0"
features = ["tracing"]

[dependencies.tor-general-addr]
version = "0.45.0"

[dependencies.tor-rtcompat]
version = "0.45.0"

[dependencies.tracing]
version = "0.1.36"

[dependencies.tracing-test]
version = "0.2.4"

[dependencies.void]
version = "1"

[dependencies.web-time-compat]
version = "0.2.0"

[dev-dependencies.futures-await-test]
version = "0.3.0"

[dev-dependencies.rand]
version = "0.10.1"

[dev-dependencies.tor-basic-utils]
version = "0.45.0"

[dev-dependencies.tor-general-addr]
version = "0.45.0"

[dev-dependencies.tor-rtcompat]
version = "0.45.0"
features = [
    "tokio",
    "native-tls",
]