[go: up one dir, main page]

orion 0.4.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.4.3"
authors = ["brycx <brycx@protonmail.com>"]
exclude = [".gitignore", ".travis.yml", "benches/*", "fuzz/*"]
description = "Easy and usable rust crypto"
documentation = "https://docs.rs/orion"
readme = "README.md"
keywords = ["cryptography", "hmac", "hkdf", "pbkdf2", "cshake"]
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.5"

[dependencies.sha2]
version = "0.7.1"

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

[dev-dependencies.ring]
version = "0.13.2"
[badges.codecov]
repository = "brycx/orion"

[badges.maintenance]
status = "experimental"

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