# 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 = "cyber" version = "1.0.2" authors = ["DEADBLACKCLOVER "] description = "Library for cyber blockchain" homepage = "https://github.com/CipherDogs/cyber-rs" readme = "README.md" keywords = [ "cyber", "blockchain", "ipfs", ] categories = ["cryptography"] license = "GPL-3.0" repository = "https://github.com/CipherDogs/cyber-rs" [dependencies.bech32] version = "0.9" [dependencies.hdwallet] version = "0.4" [dependencies.ripemd] version = "0.1" [dependencies.sha2] version = "0.10" [dependencies.subtle-encoding] version = "0.5.1" features = ["bech32-preview"] [dependencies.tiny-bip39] version = "1.0"