# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "const-crypto" version = "0.3.0" authors = [ "Cavey Cool ", "Magnetar Fields <0xMAGNETAR@proton.me>", ] description = "A `#[no_std]` library for `const` sha2/sha3 hashing, ed25519 off-curve point evaluation, and bs58 decoding/encoding with minimal dependencies." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cavemanloverboy/const-crypto" [dependencies.keccak-const] version = "0.2.0" [dependencies.sha2-const-stable] version = "0.1.0" [dev-dependencies.bs58] version = "0.5.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.curve25519-dalek] version = "4.1.2" [dev-dependencies.rand] version = "0.8.5"