# 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 = "2018" name = "helium-api" version = "3.3.1" authors = ["Marc Nijdam "] description = "An async library for the Helium blockchain REST API" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/helium/helium-api-rs" [dependencies.async-trait] version = "0" [dependencies.base64] version = "0" [dependencies.chrono] version = "0" features = ["serde"] [dependencies.futures] version = "0" [dependencies.num-traits] version = "0" [dependencies.reqwest] version = "0" features = [ "gzip", "json", "rustls-tls", ] default-features = false [dependencies.rust_decimal] version = "1" features = ["serde-float"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.futures-util] version = "0" [dev-dependencies.serde_test] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"]