# 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 = "arti-rpcserver" version = "0.24.0" authors = [ "The Tor Project, Inc.", "eta ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Backend 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 = "arti_rpcserver" path = "src/lib.rs" [dependencies.arti-client] version = "0.24.0" features = ["rpc"] [dependencies.async-trait] version = "0.1.54" [dependencies.asynchronous-codec] version = "0.7.0" features = ["json"] [dependencies.base64ct] version = "1.5.1" [dependencies.bytes] version = "1" [dependencies.derive-deftly] version = "0.14" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.erased-serde] version = "0.4.2" [dependencies.futures] version = "0.3.14" [dependencies.oneshot-fused-workaround] version = "0.2.0" [dependencies.pin-project] version = "1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_json] version = "1.0.50" [dependencies.slotmap-careful] version = "0.2.1" [dependencies.thiserror] version = "1" [dependencies.tiny-keccak] version = "2" features = ["kmac"] [dependencies.tor-async-utils] version = "0.24.0" [dependencies.tor-bytes] version = "0.24.0" [dependencies.tor-error] version = "0.24.0" [dependencies.tor-llcrypto] version = "0.24.0" [dependencies.tor-proto] version = "0.24.0" features = ["stream-ctrl"] [dependencies.tor-rpcbase] version = "0.24.0" [dependencies.tor-rtcompat] version = "0.24.0" [dependencies.tracing] version = "0.1.36" [dependencies.typetag] version = "0.2.7" [dependencies.weak-table] version = "0.3.0" [dependencies.zeroize] version = "1" [dev-dependencies.futures-await-test] version = "0.3.0" [dev-dependencies.tor-basic-utils] version = "0.24.0" [features] default = [] describe-methods = ["tor-rpcbase/describe-methods"] full = [ "arti-client/full", "tor-async-utils/full", "tor-error/full", "tor-rpcbase/full", "tor-rtcompat/full", "tor-bytes/full", "tor-llcrypto/full", "tor-proto/full", "describe-methods", "oneshot-fused-workaround/full", "slotmap-careful/full", ]