[badges.codecov]
repository = "brycx/orion"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
repository = "brycx/orion"
[dependencies.byteorder]
default-features = false
version = "1.2.7"
[dependencies.rand]
optional = true
version = "0.5.5"
[dependencies.seckey]
default-features = false
version = "0.9.1"
[dependencies.sha2]
default-features = false
version = "0.8.0"
[dependencies.subtle]
default-features = false
version = "1.0.0"
[dependencies.tiny-keccak]
version = "1.4.2"
[dev-dependencies.hex]
version = "0.3.2"
[dev-dependencies.ring]
version = "0.13.2"
[features]
default = ["safe_api"]
safe_api = ["rand"]
[package]
authors = ["brycx <brycx@protonmail.com>"]
categories = ["cryptography", "no-std"]
description = "Easy and usable rust crypto"
documentation = "https://docs.rs/orion"
exclude = [".gitignore", ".travis.yml", "benches/*", "fuzz/*", "tests/*", "logo/*"]
keywords = ["cryptography", "hmac", "hkdf", "xchacha20_poly1305", "chacha20_poly1305"]
license = "MIT"
name = "orion"
readme = "README.md"
repository = "https://github.com/brycx/orion"
version = "0.9.0"
[profile.dev]
opt-level = 1
[profile.release]
opt-level = 3