# 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-rpcbase" version = "0.24.0" authors = [ "The Tor Project, Inc.", "eta ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low level functionality for Arti's RPC service" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", "rpc", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [lib] name = "tor_rpcbase" path = "src/lib.rs" [dependencies.derive-deftly] version = "0.14" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.downcast-rs] version = "1.2.1" [dependencies.erased-serde] version = "0.4.2" [dependencies.futures] version = "0.3.14" [dependencies.futures-await-test] version = "0.3.0" [dependencies.inventory] version = "0.3.5" [dependencies.once_cell] version = "1" [dependencies.paste] version = "1" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tor-async-utils] version = "0.24.0" [dependencies.tor-error] version = "0.24.0" features = ["rpc"] [dependencies.typetag] version = "0.2.7" [dependencies.void] version = "1" [dev-dependencies.assert-impl] version = "0.1.3" [dev-dependencies.futures-await-test] version = "0.3.0" [dev-dependencies.regex] version = "1" features = ["std"] default-features = false [dev-dependencies.serde_json] version = "1.0.50" [features] describe-methods = [] full = [ "tor-async-utils/full", "tor-error/full", "describe-methods", ]