# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ed448-rust" version = "0.1.1" authors = ["Lolo_32 "] description = "Implementation of Edwards-Curve Digital Signature Algorithm (EdDSA) for ed448 only." license = "MIT/Apache-2.0" repository = "https://github.com/lolo32/ed448-rust" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.4.0" [dependencies.num-integer] version = "0.1.44" [dependencies.num-traits] version = "0.2.14" [dependencies.opaque-debug] version = "0.3.0" [dependencies.rand_core] version = "0.6.2" features = ["alloc"] default-features = false [dependencies.sha3] version = "0.9.1" [dependencies.subtle] version = "2.4.0" features = ["std"] default-features = false [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand_core] version = "0.6.2" features = ["getrandom"]