# 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 = "2021" rust-version = "1.75" name = "antelope-client" version = "0.2.0" authors = ["Jesse Schulman "] exclude = ["tests"] description = "Rust client for Antelope blockchains" homepage = "https://github.com/telosnetwork/antelope-rs" readme = "README.md" keywords = [ "blockchain", "antelope", ] categories = [ "cryptography::cryptocurrencies", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/telosnetwork/antelope-rs" [lib] name = "antelope" [dependencies.antelope-client-macros] version = "0.1.0" [dependencies.async-trait] version = "0.1.77" [dependencies.base64] version = "0.21.5" [dependencies.bs58] version = "0.5.0" [dependencies.chrono] version = "0.4.31" [dependencies.digest] version = "0.10.7" features = [] [dependencies.ecdsa] version = "0.16.9" features = [ "std", "rfc6979", "arithmetic", "signing", ] [dependencies.flate2] version = "1.0" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.k256] version = "0.13.2" features = [ "ecdh", "ecdsa", ] [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.18.0" [dependencies.p256] version = "0.13.2" features = [ "ecdh", "ecdsa", ] [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" [dependencies.reqwest] version = "0.11.22" features = [ "json", "blocking", ] [dependencies.ripemd] version = "0.1.3" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde-big-array] version = "0.5.1" [dependencies.serde_json] version = "1.0.108" [dependencies.sha2] version = "0.10.8" [dependencies.signature] version = "2.2.0" features = ["rand_core"] [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.35.0" features = ["full"]