[package] name = "encrypt" version = "0.1.3" authors = ["ptechen "] edition = "2018" homepage = "https://github.com/ptechen" documentation = "https://github.com/ptechen/encrypt/blob/master/README.md" repository = "https://github.com/ptechen/encrypt.git" description = "Encrypt command line tool. Support md5 & sha1 & sha2 & sha3 encryption for file and string." license = "MIT OR Apache-2.0" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.8" failure = "0.1.6" exitfailure = "0.5.1" rust-crypto = "0.2.36"