# 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-rpc-client-core" version = "0.24.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client library for Arti RPC" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", ] categories = [ "network-programming", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [package.metadata.docs.rs] all-features = true [lib] name = "arti_rpc_client_core" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.caret] version = "0.5.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.educe] version = "0.4.6" [dependencies.paste] version = "1" optional = true [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.thiserror] version = "1" [dependencies.tor-error] version = "0.24.0" default-features = false [dependencies.tor-socksproto] version = "0.24.0" features = ["client-handshake"] default-features = false [dependencies.void] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.socketpair] version = "0.19" [dev-dependencies.tor-basic-utils] version = "0.24.0" [features] ffi = ["paste"] full = [ "ffi", "caret/full", "tor-socksproto/full", "tor-error/full", ]