[package] name = "simple_crypto" version = "0.1.0" authors = ["Adam Wick "] description = "A simple crypto library for Rust." categories = ["cryptography"] keywords = ["crypto","cryptography"] license-file = "LICENSE" repository = "https://github.com/acw/simple_crypto" [dependencies] base64 = "^0.10.1" byteorder = "^1.3.1" chrono = "^0.4.6" cryptonum = { path = "cryptonum" } num = "^0.2.0" rand = "^0.6.5" simple_asn1 = "^0.2.0" [dev-dependencies] quickcheck = "^0.7.2" [profile.dev] opt-level = 1 overflow-checks = false [profile.test] opt-level = 2 debug = true debug-assertions = true overflow-checks = false