[package]
edition = "2024"
rust-version = "1.92"
name = "es3"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for parsing, extracting, and verifying ES3 dossier files"
homepage = "https://github.com/sagikazarmark/es3"
readme = false
keywords = [
"es3",
"dossier",
"xmldsig",
"xml",
"extraction",
]
categories = [
"parser-implementations",
"cryptography",
"command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sagikazarmark/es3"
resolver = "2"
[lib]
name = "es3"
path = "src/lib.rs"
[[test]]
name = "api_boundary"
path = "tests/api_boundary.rs"
[[test]]
name = "extraction"
path = "tests/extraction.rs"
[[test]]
name = "parsed_parity"
path = "tests/parsed_parity.rs"
[[test]]
name = "parsing"
path = "tests/parsing.rs"
[[test]]
name = "signing_target_shape"
path = "tests/signing_target_shape.rs"
[[test]]
name = "vendor_fixture_corpus"
path = "tests/vendor_fixture_corpus.rs"
[[test]]
name = "verify"
path = "tests/verify.rs"
[dependencies.base64]
version = "0.22.1"
[dependencies.roxmltree]
version = "0.21.1"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.sha2]
version = "0.10.9"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.x509-cert]
version = "0.2.5"
[dependencies.zip]
version = "9.0.0-pre2"
features = ["deflate-flate2-zlib-rs"]
default-features = false
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.bergshamra-core]
version = "0.4.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.bergshamra-dsig]
version = "0.4.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.bergshamra-keys]
version = "0.4.0"