xdoc-rs 0.1.1

Declarative XML engine for Rust
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 = "2021"
rust-version = "1.85"
name = "xdoc-rs"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative XML engine for Rust"
homepage = "https://github.com/Estebanarteaga94/xml-builder"
documentation = "https://docs.rs/xdoc-rs"
readme = "README.md"
keywords = [
    "xml",
    "builder",
    "parser",
    "xades",
    "xmldsig",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Estebanarteaga94/xml-builder"

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

[[example]]
name = "dian_signature"
path = "examples/dian_signature.rs"

[[example]]
name = "generate_xml"
path = "examples/generate_xml.rs"

[[test]]
name = "compile"
path = "tests/compile.rs"

[[test]]
name = "testing_infrastructure"
path = "tests/testing_infrastructure.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.openssl]
version = "0.10.80"

[dependencies.quick-xml]
version = "0.40.1"

[dependencies.rsa]
version = "0.9.10"
features = ["sha2"]

[dependencies.sha2]
version = "0.10.9"

[dependencies.signature]
version = "2.2.0"

[dependencies.xdoc-macros]
version = "0.1.1"

[dev-dependencies.proptest]
version = "1.11.0"
features = ["std"]
default-features = false

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