[package] name = "zeronet_cryptography" version = "0.1.9" authors = ["Ansho Rei "] edition = "2018" description = "ZeroNet cryptocraphy helper library" documentation = "http://www.github.com/Anshorei/zeronet_cryptography" readme = "README.md" homepage = "http://www.github.com/Anshorei/zeronet_cryptography" repository = "http://www.github.com/Anshorei/zeronet_cryptography" license = "WTFPL" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitcoin = "~0.27" ripemd = "~0.1" secp256k1 = { version = "~0.20", features = ["recovery", "rand", "std", "rand-std"] } base64 = "~0.13" sha2 = "~0.10" basex-rs = "~0.1.0" thiserror = "~1.0"