[package]
name = "rigel"
version = "0.2.1"
authors = ["brycx <brycx@protonmail.com>"]
exclude = [".gitignore", "benches/*", "tests/*"]
description = "Minimal HMAC-SHA512 implementation optimized for embedded devices"
documentation = "https://docs.rs/rigel"
readme = "README.md"
keywords = ["cryptography", "crypto", "hmac", "optimization", "sha512"]
categories = ["cryptography", "no-std"]
license = "MIT"
repository = "https://github.com/brycx/rigel"
[profile.bench]
opt-level = 3
[profile.dev]
opt-level = 2
[profile.release]
opt-level = 3
[dependencies.clear_on_drop]
version = "0.2.3"
features = ["nightly"]
[dependencies.sha2]
version = "0.8.0"
default-features = false
[dependencies.subtle]
version = "2"
features = ["nightly"]
default-features = false
[dev-dependencies.hex]
version = "0.3.2"
[dev-dependencies.hmac]
version = "0.7.0"
[dev-dependencies.orion]
version = "0.11.0"
[dev-dependencies.ring]
version = "0.13.5"