# 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 = "neo-crypto" version = "0.1.3" authors = ["Neo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An encryption algorithm library written in Rust" readme = "README.md" keywords = [ "Hash", "AES", "Automotive", "Encryption", "HSM", ] categories = [ "cryptography", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/devbits-neo/crypto" [profile.dev] overflow-checks = false [lib] name = "neo_crypto" path = "src/lib.rs" [dependencies.num-bigint] version = "0.4.4" features = ["rand"] [dependencies.num-integer] version = "0.1.45" [dependencies.num-primes] version = "0.3.0" [dependencies.num-traits] version = "0.2.17" [dependencies.rand] version = "0.8.5"