[package] name = "docrypto" version = "0.1.1" authors = ["Spiro Michaylov "] description = "A command line tool for cryptographic operations, based on the rust-crypto library." repository = "https://github.com/spirom/docrypto" keywords = ["crypto"] categories = ["command-line-utilities", "cryptography"] license = "MIT" readme = "README.md" [profile.release] opt-level = 3 debug = false [dependencies] rust-crypto = "^0.2" clap = "2" time = "0.1" scoped_threadpool = "0.1"