# 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 = "2018" name = "curve25519-parser" version = "0.4.0" authors = ["Camille Mougey "] description = "Curve25519 Parser - DER/PEM parser for OpenSSL Ed25519 / X25519 keys" homepage = "https://github.com/ANSSI-FR/MLA" readme = "README.md" license = "LGPL-3.0-only" repository = "https://github.com/ANSSI-FR/MLA" [dependencies.curve25519-dalek] version = "4" default-features = false [dependencies.der-parser] version = "8" default-features = false [dependencies.pem] version = "3" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.sha2] version = "0" default-features = false [dependencies.x25519-dalek] version = "2" features = ["static_secrets"] default-features = false [dev-dependencies.rand] version = "0.8"