# 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.65" name = "tor-events" version = "0.5.2" authors = [ "The Tor Project, Inc.", "eta ", ] description = "A typed event broadcasting framework for Arti." homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-broadcast] version = "0.5.0" [dependencies.futures] version = "0.3.14" [dependencies.once_cell] version = "1" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1.36" [dev-dependencies.tokio] version = "1.7" features = [ "macros", "rt", "rt-multi-thread", "time", ] [features] full = []