[package] name = "forge_crypter" version = "0.1.3" edition = "2018" authors = ["PangWei "] license = "Apache-2.0" readme = "README.md" homepage = "https://github.com/ArcBlock/forge-rust-sdk" repository = "https://github.com/ArcBlock/forge-rust-sdk" documentation = "https://docs.rs/forge-rust-sdk" description = "The rust language implementation of crypter" keywords = ["forge", "crypter"] [dependencies] rust-crypto = "^0.2" rand = "0.7" rand_os = "0.2.1"