[package] name = "neo-crypto" version = "0.1.3" edition = "2021" authors = ["Neo "] description = "An encryption algorithm library written in Rust" license = "MIT OR Apache-2.0" repository ="https://github.com/devbits-neo/crypto" keywords = ["Hash","AES","Automotive","Encryption","HSM"] categories = ["cryptography", "algorithms"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-bigint = {version = "0.4.4", features = ["rand"]} num-integer = "0.1.45" num-primes = "0.3.0" num-traits = "0.2.17" rand = "0.8.5" [profile.dev] overflow-checks = false