[package] name = "rusted25519" version = "0.1.1" edition = "2021" description = "Protyping library for ed25519 ec operations" homepage = "https://github.com/0bl1v10ustx/rusted25519" repository = "https://github.com/0bl1v10ustx/rusted25519.git" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.4.0" hex = "0.4.3" rand = "0.8.5" blake2 = "0.10.4" rand_core = "0.6.3"