# 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" name = "rustdcr" version = "0.1.0" authors = ["michael "] description = "Decred daemon infrastructure in Rust" readme = "readme.md" keywords = ["Decred", "cryptocurrency", "cryptography"] license = "MIT" [[bench]] name = "benches" path = "benches/lib.rs" harness = false [dependencies.async-trait] version = "0.1.51" [dependencies.base64] version = "0.13.0" [dependencies.dirs] version = "4.0.0" optional = true [dependencies.futures-channel] version = "0.3.17" optional = true [dependencies.futures-util] version = "0.3.17" features = ["io"] optional = true [dependencies.hex] version = "0.4.3" [dependencies.httparse] version = "1.5.1" optional = true [dependencies.log] version = "0.4.11" [dependencies.reqwest] version = "0.11.6" optional = true [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.71" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.tokio-native-tls] version = "0.3.0" optional = true [dependencies.tokio-tungstenite] version = "0.15.0" features = ["native-tls"] optional = true [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.pretty_env_logger] version = "0.4.0" [features] dcrutil = ["dirs"] default = ["dcrutil", "rpcclient"] rpcclient = ["dcrutil", "tokio-tungstenite", "tokio-native-tls", "futures-util", "reqwest", "httparse", "futures-channel"]