# 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_system_library" version = "0.1.1" authors = ["Denis Morel"] build = false exclude = ["/specs"] autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of E-Voting system library functionalities for the Verifier" readme = "README.md" keywords = [ "math", "e-voting", "crypto", ] categories = [ "cryptography", "mathematics", ] license = "LGPL-3.0+" repository = "https://github.com/de-mo/rust_ev_system_library" [lib] name = "rust_ev_system_library" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.rayon] version = "1" [dependencies.rust_ev_crypto_primitives] version = "0.6" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1"