# 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 = "tiny_ed448_goldilocks" version = "0.1.8" authors = ["Dustin Ray (Dr. Capybara) "] description = "A lean, high performance, pure rust implementation of Ed448-Goldilocks for easy signatures and key exchange." readme = "README.md" keywords = [ "ed448-goldilocks", "elliptic-curve", "ed448", "schnorr", ] license = "MIT" repository = "https://github.com/drcapybara/tiny_ed448_goldilocks" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [profile.test] opt-level = 3 [dependencies.base64] version = "0.22.0" [dependencies.crypto-bigint] version = "0.5.3" features = ["serde"] [dependencies.fiat-crypto] version = "0.2.2" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.115"