# 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 = "catenis_api_client" version = "3.0.1" authors = ["Cláudio Sá de Castro "] description = "Catenis API client library for the Rust programming language" documentation = "https://docs.rs/catenis_api_client" readme = "README.md" keywords = [ "Catenis", "API", "client", "blockchain", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/blockchainofthings/CatenisAPIClientRust" [package.metadata.docs.rs] all-features = true [dependencies.async-compression] version = "0.3" features = [ "tokio", "zlib", ] optional = true default-features = false [dependencies.bitcoin_hashes] version = "0.9" [dependencies.flate2] version = "1.0" [dependencies.futures-util] version = "0.3" features = ["sink"] default-features = false [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "gzip", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.time] version = "0.2" features = ["serde"] [dependencies.tokio] version = "1" features = [ "rt", "io-util", "sync", "time", ] optional = true default-features = false [dependencies.tokio-tungstenite] version = "0.17" features = [ "connect", "native-tls", ] optional = true default-features = false [dependencies.tungstenite] version = "0.17" [dependencies.url] version = "2.2" [dev-dependencies.once_cell] version = "1.5" [dev-dependencies.tiny_http] version = "0.7" features = ["ssl"] [dev-dependencies.tokio] version = "1" features = ["macros"] default-features = false [features] async = [ "async-compression/zlib", "async-compression/tokio", "tokio-tungstenite/connect", "tokio-tungstenite/native-tls", "tokio/rt", "tokio/io-util", "tokio/sync", "tokio/time", ]