# 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 = "wavesplatform" version = "0.3.2" authors = [ "peterz ", "DEADBLACKCLOVER ", ] description = "Library to work with Waves blockchain (https://waves.tech/)" homepage = "https://github.com/waves-rust/waves-lib-rust" readme = "README.md" keywords = [ "waves", "blockchain", ] license = "MIT" repository = "https://github.com/waves-rust/waves-lib-rust" [dependencies.base58] version = "0.2.0" [dependencies.blake2] version = "0.9.2" [dependencies.curve25519-dalek] version = "2.1.3" [dependencies.ed25519-dalek] version = "2.0.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.sha2] version = "0.8.0" [dependencies.sha3] version = "0.8.0" [dependencies.tiny-bip39] version = "1.0.0" [dependencies.tokio] version = "1.21.2" features = ["full"]