[go: up one dir, main page]

orion 0.2.11

Cryptographic functions implemented in Rust, with a simple API.
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.2.11"
authors = ["brycx <brycx@protonmail.com>"]
description = "Cryptographic functions implemented in Rust, with a simple API."
documentation = "https://docs.rs/orion"
readme = "README.md"
keywords = ["cryptography", "hmac", "hkdf", "pbkdf"]
license = "MIT"
repository = "https://github.com/brycx/orion"
[profile.dev]
opt-level = 2

[profile.release]
opt-level = 2
[dependencies.byte-tools]
version = "0.2.0"

[dependencies.clear_on_drop]
version = "0.2.3"

[dependencies.rand]
version = ">=0.4.2"

[dependencies.sha2]
version = ">=0.7.0"
[dev-dependencies.hex]
version = "0.3.1"