# 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" name = "rhoast_utils" version = "0.1.1" description = "The Rho vision utility library" homepage = "https://github.com/rchain-community/rust-client" readme = "README.md" keywords = [ "blockchain", "rchain", "rhoast", "rho-vision", "rholang", ] categories = [ "blockchain", "rchain", "rhoast", "rho-vision", "rholang", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rchain-community/rust-client" [dependencies.base16] version = "0.2.1" [dependencies.bitcoin_hashes] version = "0.11.0" [dependencies.blake2] version = "0.10.4" [dependencies.bs58] version = "0.4.0" [dependencies.chrono] version = "0.4.23" [dependencies.csv] version = "1.1" [dependencies.futures] version = "0.3.25" [dependencies.hex] version = "0.4.3" [dependencies.prost] version = "0.10.4" [dependencies.reqwest] version = "0.11.13" features = [ "blocking", "json", "blocking", "json", ] [dependencies.secp256k1] version = "0.21.3" features = [ "rand-std", "recovery", "rand-std", "recovery", ] [dependencies.serde] version = "1.0.147" features = [ "derive", "derive", ] [dependencies.sha3] version = "0.10.6" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.19.2" features = [ "full", "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.7.2" [build-dependencies]