# 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 = "zeronet_cryptography" version = "0.1.9" authors = ["Ansho Rei "] description = "ZeroNet cryptocraphy helper library" homepage = "http://www.github.com/Anshorei/zeronet_cryptography" documentation = "http://www.github.com/Anshorei/zeronet_cryptography" readme = "README.md" license = "WTFPL" repository = "http://www.github.com/Anshorei/zeronet_cryptography" [dependencies.base64] version = "~0.13" [dependencies.basex-rs] version = "~0.1.0" [dependencies.bitcoin] version = "~0.27" [dependencies.ripemd] version = "~0.1" [dependencies.secp256k1] version = "~0.20" features = ["recovery", "rand", "std", "rand-std"] [dependencies.sha2] version = "~0.10" [dependencies.thiserror] version = "~1.0"