xmelt 0.2.0

A serialization/deserialization framework for XML
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"
name = "xmelt"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A serialization/deserialization framework for XML"
readme = false
keywords = [
    "xsd",
    "xml",
    "schema",
    "encoder",
    "decoder",
]
categories = [
    "parsing",
    "data-structures",
]
license = "AGPL-3.0-only"
resolver = "1"

[features]
derive = ["xmelt_derive"]

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

[dependencies.regexml]
version = "0.2.1"

[dependencies.roxmltree]
version = "0.20.0"

[dependencies.xmelt_derive]
version = "0.2.0"
optional = true

[dependencies.xsd-types]
version = "0.9.6"