tor-rpcbase 0.40.0

Low level functionality for Arti's RPC service
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-rpcbase"
version = "0.40.0"
authors = [
    "The Tor Project, Inc.",
    "eta <eta@torproject.org>",
]
build = false
autolib = 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/"

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

[features]
describe-methods = []
full = [
    "tor-async-utils/full",
    "tor-error/full",
    "describe-methods",
]

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

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

[dependencies.derive_more]
version = "2.0.1"
features = ["full"]

[dependencies.downcast-rs]
version = "2.0.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.paste]
version = "1.0.3"

[dependencies.serde]
version = "1.0.103"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tor-async-utils]
version = "0.40.0"

[dependencies.tor-error]
version = "0.40.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"