# 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 = "ed25519_to_curve25519" version = "0.2.3" authors = ["DEADBLACKCLOVER "] description = "Convert ed25519 keys and sign to curve25519" homepage = "https://github.com/CipherDogs/ed25519_to_curve25519" readme = "README.md" categories = [ "cryptography", "no-std", ] license = "GPL-3.0" repository = "https://github.com/CipherDogs/ed25519_to_curve25519" [dependencies]