orion 0.12.0

Easy and usable rust crypto
Documentation
[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.clear_on_drop]
version = "=0.2.3"

[dependencies.rand]
optional = true
version = "0.6.1"

[dependencies.subtle]
default-features = false
version = "2"

[dependencies.tiny-keccak]
version = "1.4.2"
[dev-dependencies.hex]
version = "0.3.2"

[dev-dependencies.serde_json]
version = "1.0.33"

[features]
default = ["safe_api"]
nightly = ["clear_on_drop/nightly", "subtle/nightly", "safe_api"]
no_std = ["clear_on_drop/nightly", "subtle/nightly"]
safe_api = ["rand"]

[package]
authors = ["brycx <brycx@protonmail.com>"]
categories = ["cryptography", "no-std"]
description = "Easy and usable rust crypto"
documentation = "https://docs.rs/orion"
edition = "2018"
exclude = [".gitignore", ".travis.yml", "benches/*", "fuzz/*", "tests/*"]
keywords = ["cryptography", "blake2", "aead", "sha2", "xchacha20_poly1305"]
license = "MIT"
name = "orion"
readme = "README.md"
repository = "https://github.com/brycx/orion"
version = "0.12.0"
[profile.dev]
opt-level = 1

[profile.release]
opt-level = 3