# 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" rust-version = "1.81" name = "rust_ev_crypto_primitives" version = "0.6.2" authors = ["Denis Morel"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crypto Primitives necessary for E-Voting Applications." readme = "README.md" keywords = [ "math", "e-voting", "crypto", ] categories = [ "cryptography", "mathematics", ] license = "LGPL-3.0+" repository = "https://github.com/de-mo/rust_ev_crypto_primitives" [lib] name = "rust_ev_crypto_primitives" path = "src/lib.rs" [dependencies.argon2] version = "0.5" [dependencies.chrono] version = "0.4" [dependencies.data-encoding] version = "2.5" [dependencies.lazy_static] version = "1" [dependencies.num-traits] version = "0.2" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rug] version = "1" [dependencies.rug-miller-rabin] version = "0.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] checks = []