[package] name = "arti-rpc-client-core" version = "0.21.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2021" rust-version = "1.70" license = "MIT OR Apache-2.0" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" description = "Client library for Arti RPC" keywords = ["tor", "arti"] # We must put *something* here and this will do categories = ["network-programming", "cryptography"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] c_str_macro = { version = "1", optional = true } caret = { path = "../caret", version = "0.4.5" } derive_more = "0.99.3" educe = "0.4.6" paste = { version = "1", optional = true } serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.104" thiserror = "1" void = "1" [dev-dependencies] rand = "0.8" rand_chacha = "0.3" socketpair = "0.19" tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" } [features] full = ["ffi", "caret/full"] ffi = ["c_str_macro", "paste"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]