xml-sec 0.1.0

Pure Rust XML Security: XMLDSig, XMLEnc, C14N. Drop-in replacement for libxmlsec1.
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.75"
name = "xml-sec"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust XML Security: XMLDSig, XMLEnc, C14N. Drop-in replacement for libxmlsec1."
homepage = "https://github.com/structured-world/xml-sec"
documentation = "https://docs.rs/xml-sec"
readme = "README.md"
keywords = [
    "xml",
    "xmldsig",
    "xmlenc",
    "c14n",
    "saml",
]
categories = [
    "cryptography",
    "web-programming",
    "authentication",
]
license = "Apache-2.0"
repository = "https://github.com/structured-world/xml-sec"

[features]
c14n = []
default = [
    "xmldsig",
    "c14n",
]
xmldsig = []
xmlenc = []

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

[dependencies.der]
version = "0.7"

[dependencies.ring]
version = "0.17"

[dependencies.roxmltree]
version = "0.20"

[dependencies.thiserror]
version = "2"

[dependencies.x509-parser]
version = "0.16"

[dev-dependencies.base64]
version = "0.22"