[package] name = "blockpulsar_client_rust" version = "1.0.0" authors = ["Blockpulsar Developers"] edition = "2018" license = "Apache-2.0" description = "Rust client for Blockpulsar API" homepage = "https://github.com/blockpulsar/blockpulsar_client_rust" repository = "https://github.com/blockpulsar/blockpulsar_client_rust" readme = "README.md" keywords = ["blockpulsar", "api", "blockchain"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] openssl = { version = "0.10.34", features = ["vendored"] } reqwest = { version = "0.11", features = ["blocking", "json"] } tokio = { version = "1", features = ["full"] } futures = "0.3.15" json = "0.12.4"