# 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 = "ed25519_encryption" version = "0.1.1" authors = ["Son"] build = false exclude = ["index.node"] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust and Node.js library that facilitates secure encryption and decryption by converting Ed25519 keys to X25519 keys. It utilizes elliptic-curve Diffie-Hellman (ECDH) to derive a shared secret, which is then used for symmetric encryption with AES-256-GCM." homepage = "https://github.com/Experimental-Projects-NAS/ed25519_encryption" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Experimental-Projects-NAS/ed25519_encryption" [lib] name = "ed25519_encryption" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.aes-gcm] version = "0.10.3" [dependencies.ed25519_to_curve25519] version = "0.2.3" [dependencies.neon] version = "1" [dependencies.x25519-dalek] version = "2.0.0"