rust_ev_verifier_application_lib 0.4.4

Library for common elements to implement an application using the crate `rust_ev_verifier_lib`
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_application_lib"
version = "0.4.4"
authors = ["Denis Morel"]
build = false
exclude = ["test_temp_dir"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for common elements to implement an application using the crate `rust_ev_verifier_lib`"
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]
fetch = ["headless_chrome/fetch"]

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

[dependencies.build_html]
version = "2.7.0"

[dependencies.chrono]
version = "0.4"

[dependencies.derive-getters]
version = "0.5"

[dependencies.derive_builder]
version = "0.20"

[dependencies.headless_chrome]
version = "1"

[dependencies.rayon]
version = "1.7"

[dependencies.rust_ev_system_library]
version = "0.3.3"

[dependencies.rust_ev_verifier_lib]
version = "0.4.4"

[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"

[dev-dependencies.dotenvy]
version = "0.15"