[package] name = "crypto-tool" version = "0.0.1" authors = ["Hatter Jiang "] edition = "2018" readme = "README.md" description = "Crypto Tool" repository = "https://git.hatter.ink/hatter/crypto-tool" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rust-crypto = "0.2.36" base64 = "0.11.0" urlencoding = "1.0.0" rust_util="0.2.0"