# 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 = "monero-generators" version = "0.3.0" authors = ["Luke Parker "] description = "Monero's hash_to_point and generators" readme = "README.md" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/generators" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.curve25519-dalek] version = "3" features = ["std"] [dependencies.dalek-ff-group] version = "0.3" [dependencies.group] version = "0.12" [dependencies.lazy_static] version = "1" [dependencies.sha3] version = "0.10" [dependencies.subtle] version = "^2.4"