# 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 = "ecies-ed25519" version = "0.5.1" authors = ["phayes "] description = "ECIES on Twisted Edwards Curve25519 using AES-GCM and HKDF-SHA256" readme = "README.md" keywords = ["ecies", "encryption", "ed25519", "curve25519", "aes-gcm"] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/phayes/ecies-ed25519" [dependencies.aes-gcm] version = "0.8.0" optional = true [dependencies.curve25519-dalek] version = "3.1.0" [dependencies.digest] version = "0.9.0" optional = true [dependencies.hex] version = "0.4.3" [dependencies.hkdf] version = "0.10.0" optional = true [dependencies.rand] version = "0.7.3" [dependencies.ring] version = "0.16.20" features = [] optional = true [dependencies.serde] version = "1.0.125" optional = true [dependencies.sha2] version = "0.9.3" optional = true [dependencies.thiserror] version = "1.0.24" [dependencies.zeroize] version = "1.3.0" [dev-dependencies.serde_cbor] version = "0.11.1" [dev-dependencies.serde_json] version = "1.0.64" [features] default = ["pure_rust"] pure_rust = ["aes-gcm", "sha2", "digest", "hkdf"]