rust_ev_system_library 0.3.2

Implementation of E-Voting system library functionalities for the Verifier
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.roxmltree]
version = "0.21"

[dependencies.rust_ev_crypto_primitives]
version = "0.8.3"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.xml-canonicalization]
version = "0.1"

[dependencies.xot]
version = "0.31"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_json]
features = ["arbitrary_precision"]
version = "1"

[features]
default = []
gmpmee = ["rust_ev_crypto_primitives/gmpmee"]

[lib]
name = "rust_ev_system_library"
path = "src/lib.rs"

[package]
authors = ["Denis Morel"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "mathematics"]
description = "Implementation of E-Voting system library functionalities for the Verifier"
edition = "2024"
exclude = ["/specs"]
keywords = ["math", "e-voting", "crypto"]
license = "GPL-3.0+"
name = "rust_ev_system_library"
readme = "README.md"
repository = "https://github.com/de-mo/rust_ev_verifier_lib"
rust-version = "1.90"
version = "0.3.2"