[package] name = "kn0syseccrs" version = "0.2.0" edition = "2021" authors = ["Nigel Christian "] documentation = "https://docs.rs/kn0syseccrs" description = "Intuitive library for elliptic curve cryptography tutorials" repository = "https://github.com/kn0sys/ecc-rs" license = "Apache-2.0" readme = "README.md" keywords = [ "cryptography", ] categories = ["mathematics"] [lib] name = "kn0syseccrs" path = "src/lib.rs" [dependencies] curve25519-dalek = { version = "4.1.3", features = ["alloc"] } hex = "0.4.3" log = "0.4.22" num = "0.4.3" rand = "0.8.5" sha2 = "0.10.8" [dev-dependencies] env_logger = "0.11.5"