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