orion 0.12.6

Easy and usable rust crypto
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[profile.release]
opt-level = 3
[dependencies.rand_os]
version = "0.1.2"
optional = true

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

[dependencies.tiny-keccak]
version = "1.4.2"

[dependencies.zeroize]
version = "0.5.2"
default-features = false
[dev-dependencies.hex]
version = "0.3.2"

[dev-dependencies.quickcheck]
version = "0.8.0"

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

[features]
default = ["safe_api"]
nightly = ["subtle/nightly", "safe_api"]
no_std = ["subtle/nightly"]
safe_api = ["rand_os"]
[badges.codecov]
branch = "crates-published"
repository = "brycx/orion"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "crates-published"
repository = "brycx/orion"