# 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.63.0" name = "monero-rpc" version = "0.4.0" authors = [ "Artem Vorotnikov ", "Monero Rust Contributors", ] exclude = ["/test"] description = "RPC client for Monero daemon and wallet" readme = "README.md" keywords = [ "asynchronous", "net", "monero", "rpc", ] license = "Apache-2.0" repository = "https://github.com/monero-rs/monero-rpc-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.diqwest] version = "1.1" optional = true [dependencies.fixed-hash] version = "0.8" [dependencies.hex] version = "0.4" [dependencies.http] version = "0.2" [dependencies.jsonrpc-core] version = "18" [dependencies.monero] version = "0.19" features = ["serde"] [dependencies.reqwest] version = "0.11" features = [ "json", "socks", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.1" features = ["v4"] [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rustc-hex] version = "2.1" [dev-dependencies.serde_test] version = "1.0" [dev-dependencies.tokio] version = "1.12.0" features = ["full"] [features] rpc_authentication = ["diqwest"]