# 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] name = "ecdh_wrapper" version = "0.0.9" authors = ["David Stainton "] description = "ECDH wrapper library" homepage = "https://github.com/sphinx-cryptography/ecdh_wrapper" documentation = "https://docs.rs/ecdh_wrapper/" readme = "README.md" keywords = ["cryptography", "ecdh"] license = "AGPL-3.0-only" repository = "https://github.com/sphinx-cryptography/ecdh_wrapper" [dependencies.base64] version = "0.10.0" [dependencies.clear_on_drop] version = "0.2.3" [dependencies.pem] version = "0.4" [dependencies.rand] version = "^0.4.2" [dependencies.x25519-dalek] version = "^0.4.2" [dev-dependencies.rand] version = "^0.4.2" [dev-dependencies.tempfile] version = "3.0.4"