# 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.56" name = "waves-rust" version = "0.2.6" authors = [ "Waves Labs ", "Alexandr Devyatkin ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ A Rust library for interacting with the Waves blockchain. Supports node interaction, offline transaction signing and creating addresses and keys. """ readme = "README.md" keywords = [ "blockchain", "async", "waves", "cryptography", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/wavesplatform/waves-rust" [lib] name = "waves_rust" path = "src/lib.rs" doctest = false [[test]] name = "addresses_it" path = "tests/addresses_it.rs" [[test]] name = "alias_it" path = "tests/alias_it.rs" [[test]] name = "assets_it" path = "tests/assets_it.rs" [[test]] name = "blockchain_it" path = "tests/blockchain_it.rs" [[test]] name = "blocks_it" path = "tests/blocks_it.rs" [[test]] name = "debug_it" path = "tests/debug_it.rs" [[test]] name = "leases_it" path = "tests/leases_it.rs" [[test]] name = "node_it" path = "tests/node_it.rs" [[test]] name = "tests" path = "tests/main.rs" [[test]] name = "transactions_it" path = "tests/transactions_it.rs" [[test]] name = "utils_it" path = "tests/utils_it.rs" [dependencies.base64] version = "0.13.0" [dependencies.blake2] version = "0.10.4" [dependencies.bs58] version = "0.4.0" [dependencies.curve25519-dalek] version = "=4.0.0-pre.2" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.hex] version = "0.4.3" [dependencies.prost] version = "0.11.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde_json] version = "1.0.82" [dependencies.sha2] version = "0.10.2" [dependencies.sha3] version = "0.10.2" [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.tonic] version = "0.8.0" [dependencies.url] version = "2.2.2" [dependencies.urlencoding] version = "2.1.0" [build-dependencies.protobuf-src] version = "1.0.5+3.19.3" [build-dependencies.tonic-build] version = "0.8"