rust_ev_verifier_application_lib 0.4.3

Library for common elements to implement an application using the crate `rust_ev_verifier_lib`
Documentation
[package]
name = "rust_ev_verifier_application_lib"
description = "Library for common elements to implement an application using the crate `rust_ev_verifier_lib`"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
repository.workspace = true
version.workspace = true
license.workspace = true
readme = "README.md"
categories.workspace = true
keywords.workspace = true
exclude = ["test_temp_dir"]

[dependencies]
rust_ev_verifier_lib = "0.4.3"
#rust_ev_verifier_lib = { path = ".." }
rust_ev_system_library.workspace = true
thiserror.workspace = true
rayon.workspace = true
serde.workspace = true
serde_json.workspace = true
tracing.workspace = true
strum.workspace = true
chrono.workspace = true
derive-getters.workspace = true
derive_builder.workspace = true
build_html = "2.7.0"
headless_chrome = "1"

[features]
fetch = ["headless_chrome/fetch"]

[dev-dependencies]
rust_ev_verifier_application_lib = { path = ".", features = ["fetch"] }
dotenvy = "0.15"