tor-async-utils 0.41.0

Async/futures helpers for use with Tor
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.89"
name = "tor-async-utils"
version = "0.41.0"
authors = [
    "The Tor Project, Inc.",
    "Nick Mathewson <nickm@torproject.org>",
]
build = false
autolib = 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/"

[package.metadata.docs.rs]
all-features = true

[features]
full = ["oneshot-fused-workaround/full"]

[lib]
name = "tor_async_utils"
path = "src/lib.rs"

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

[dependencies.educe]
version = "0.4.22"

[dependencies.futures]
version = "0.3.14"

[dependencies.oneshot-fused-workaround]
version = "0.6.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.41.0"

[dev-dependencies.tor-rtcompat]
version = "0.41.0"

[dev-dependencies.tor-rtmock]
version = "0.41.0"