# 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 = "helioselene" version = "0.1.0" authors = ["Luke Parker "] description = "Implementation of Helios and Selene, a curve cycle towering Ed25519" readme = "README.md" keywords = [ "helios", "selene", "ed25519", "ff", "group", ] license = "MIT" repository = "https://github.com/kayabaNerve/fcmp-plus-plus/tree/develop/crypto/helioselene" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.crypto-bigint] version = "0.5" features = ["zeroize"] default-features = false [dependencies.dalek-ff-group] version = "0.4.1" default-features = false [dependencies.ff] version = "0.13" features = [ "std", "bits", ] default-features = false [dependencies.group] version = "0.13" default-features = false [dependencies.rand_core] version = "0.6" features = ["std"] default-features = false [dependencies.rustversion] version = "1" [dependencies.subtle] version = "^2.4" features = ["std"] default-features = false [dependencies.zeroize] version = "^1.5" features = [ "std", "zeroize_derive", ] default-features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand_core] version = "0.6" features = ["std"]