[go: up one dir, main page]

orion 0.7.3

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]
name = "orion"
version = "0.7.3"
authors = ["brycx <brycx@protonmail.com>"]
exclude = [".gitignore", ".travis.yml", "benches/*", "fuzz/*", "tests/*", "logo/*"]
description = "Easy and usable rust crypto"
documentation = "https://docs.rs/orion"
readme = "README.md"
keywords = ["cryptography", "hmac", "hkdf", "pbkdf2", "chacha20"]
categories = ["cryptography", "no-std"]
license = "MIT"
repository = "https://github.com/brycx/orion"
[profile.dev]
opt-level = 2

[profile.release]
opt-level = 3
[dependencies.byteorder]
version = "1.2.6"
default-features = false

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

[dependencies.seckey]
version = "0.9.1"
default-features = false

[dependencies.sha2]
version = "0.7.1"

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

[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"]
[badges.codecov]
repository = "brycx/orion"

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

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