# 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" rust-version = "1.65" name = "minimal-ed448" version = "0.4.0" authors = ["Luke Parker "] description = "Unaudited, inefficient implementation of Ed448 in Rust" readme = "README.md" keywords = [ "ed448", "ff", "group", ] license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/crypto/ed448" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.crypto-bigint] version = "0.5" features = ["zeroize"] default-features = false [dependencies.ff] version = "0.13" features = ["bits"] default-features = false [dependencies.generic-array] version = "0.14" default-features = false [dependencies.group] version = "0.13" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.rustversion] version = "1" [dependencies.subtle] version = "^2.4" default-features = false [dependencies.zeroize] version = "^1.5" features = ["zeroize_derive"] default-features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand_core] version = "0.6" features = ["std"]