# 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 = "x448" version = "0.6.0" authors = ["Kevaundray Wedderburn "] exclude = [".gitignore", ".github/*"] description = "A pure-Rust implementation of X448." homepage = "https://github.com/crate-crypto/x448" documentation = "https://github.com/crate-crypto/x448" readme = "README.md" keywords = ["cryptography", "crypto", "x448", "diffie-hellman", "curve448"] categories = ["cryptography"] license = "BSD-3-Clause" repository = "https://github.com/crate-crypto/x448" [dependencies.ed448-goldilocks] version = "0.7.0" [dependencies.hex] version = "0.4.0" [dependencies.rand_core] version = "0.5" default-features = false [dev-dependencies.rand] version = "0.7"