[package] name = "tor-basic-utils" version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2021" rust-version = "1.56" license = "MIT OR Apache-2.0" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" description = "General helpers used by Tor" keywords = ["tor", "arti"] # We must put *something* here and this will do categories = ["rust-patterns"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] futures = "0.3.14" hex = "0.4" pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.8" rand_chacha = "0.3" thiserror = "1" void = "1" [target.'cfg(unix)'.dependencies] libc = { version = "0.2", default-features = false } [dev-dependencies] derive_more = "0.99" educe = "0.4.6" futures-await-test = "0.3.0" tokio = { version = "1.7", features = ["macros", "rt", "rt-multi-thread", "time"] } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]