[package]
name = "orion"
version = "0.3.3"
authors = ["brycx <brycx@protonmail.com>"]
description = "Cryptographic functions implemented in Rust, with a simple API."
documentation = "https://docs.rs/orion"
readme = "README.md"
keywords = ["cryptography", "hmac", "hkdf", "pbkdf2", "crypto"]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/brycx/orion"
[profile.dev]
opt-level = 2
[profile.release]
opt-level = 3
[dependencies.byte-tools]
version = "0.2.0"
[dependencies.clear_on_drop]
version = "0.2.3"
[dependencies.constant_time_eq]
version = "0.1.3"
[dependencies.rand]
version = ">=0.5.1"
[dependencies.sha2]
version = ">=0.7.1"
[dev-dependencies.hex]
version = "0.3.2"
[dev-dependencies.ring]
version = "0.12.1"
[badges.codecov]
repository = "brycx/orion"
[badges.maintenance]
status = "experimental"
[badges.travis-ci]
repository = "brycx/orion"