# 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 = "rigel" version = "0.2.2" authors = ["brycx "] 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"