# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "esplora-api" version = "0.1.0" authors = ["Vivienbcr "] description = "Simple wrapper to use Blockstream API or self hosted Esplora API" keywords = ["blockstream", "bitcoin", "wrapper"] categories = ["web-programming::http-client"] license = "MIT" repository = "https://github.com/vivienbcr/Blockstream-api-wrapper" [[test]] name = "blocking" path = "tests/blocking_impl_tests.rs" required-features = ["blocking"] [dependencies.reqwest] version = "0.10.8" features = ["json", "blocking"] optional = true default-features = true [dependencies.serde] version = "1.0.117" features = ["derive"] [dev-dependencies.tokio] version = "0.2.5" features = ["rt-threaded", "macros", "test-util"] [features] blocking = ["reqwest", "reqwest/blocking"] default = ["reqwest", "reqwest/default"]