# 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 = "blockpulsar_client_rust" version = "1.0.0" authors = ["Blockpulsar Developers"] description = "Rust client for Blockpulsar API" homepage = "https://github.com/blockpulsar/blockpulsar_client_rust" readme = "README.md" keywords = ["blockpulsar", "api", "blockchain"] license = "Apache-2.0" repository = "https://github.com/blockpulsar/blockpulsar_client_rust" [dependencies.futures] version = "0.3.15" [dependencies.json] version = "0.12.4" [dependencies.openssl] version = "0.10.34" features = ["vendored"] [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.tokio] version = "1" features = ["full"]