rust_ev_verifier_lib 0.4.4

Main library for the E-Voting system of Swiss Post.
Documentation
# 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 = "2024"
rust-version = "1.93"
name = "rust_ev_verifier_lib"
version = "0.4.4"
authors = ["Denis Morel"]
build = false
exclude = [
    "/specs",
    "/datasets",
    "/data",
    "/log",
    "/test_temp_dir",
    "/temp",
]
autolib = false
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 = "GPL-3.0+"
repository = "https://github.com/de-mo/rust_ev_verifier_lib"

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.dotenvy]
version = "0.15"

[dependencies.enum-kinds]
version = "0.5"

[dependencies.glob]
version = "0.3"

[dependencies.lazy_static]
version = "1"

[dependencies.rayon]
version = "1.7"

[dependencies.regex]
version = "1.11"

[dependencies.roxmltree]
version = "0.21"

[dependencies.rust_ev_system_library]
version = "0.3.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.zip]
version = "7"
features = ["deflate"]
default-features = false

[dev-dependencies.paste]
version = "1"

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