# 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_verifier_lib" version = "0.1.0" authors = ["Denis Morel"] build = false exclude = [ "/specs", "/datasets", "/data", "/log", "/test_temp_dir", "/temp", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Main library for the E-Voting system of Swiss Post." readme = "README.md" keywords = [ "math", "e-voting", "crypto", ] categories = [ "cryptography", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/de-mo/rust_ev_verifier_lib" [lib] name = "rust_ev_verifier_lib" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.data-encoding] version = "2" [dependencies.enum-kinds] version = "0.5" [dependencies.glob] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.quick-xml] version = "0.36" features = ["serialize"] [dependencies.rayon] version = "1.7" [dependencies.regex] version = "1.11" [dependencies.roxmltree] version = "0.20" [dependencies.rust_ev_crypto_primitives] version = "0.6" [dependencies.rust_ev_system_library] version = "0.1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.zip-extract] version = "0.2" [dev-dependencies.paste] version = "1"