# 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-axolotl" version = "1.7.1" description = "Ed25519-like signatures with X25519 keys, Axolotl-style." readme = "README.md" keywords = ["ed25519", "axolotl", "lunes", "cryptography", "cryptocurrencies"] categories = ["cryptography", "cryptography::cryptocurrencies", "algorithms"] license = "Apache-2.0" repository = "https://github.com/lunes-platform/ed25519-axolotl.git" resolver = "2" [dependencies.rand] version = "0.8.4"