# 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 = "mempool_rust" version = "0.1.1" authors = ["Thomas Tastet"] description = "A Rust library for the Mempool bitcoin API" documentation = "https://docs.rs/mempool_rust" readme = "README.md" keywords = [ "mempool", "bitcoin", "rust", "client", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/0xtlt/mempool_rust" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls-webpki-roots", "socks", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" features = ["std"] default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.24" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-test] version = "0.4" [dependencies.url] version = "2.3"