raxb-validate 0.6.0

The Rust Architecture for XML Binding
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.84.0"
name = "raxb-validate"
version = "0.6.0"
authors = ["H & D GmbH Open Source <contact-oss@h-d-gmbh.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
The Rust Architecture for XML Binding
"""
readme = "README.md"
keywords = []
categories = []
license = "MIT"
repository = "https://github.com/hd-gmbh-dev/raxb"
resolver = "3"

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

[dependencies.byteorder]
version = "1.5"

[dependencies.libc]
version = "0.2.159"
default-features = false

[dependencies.lz4_flex]
version = "0.11"
features = ["std"]
default-features = false

[dependencies.once_cell]
version = "1.20.1"
features = ["std"]
default-features = false

[dependencies.raxb]
version = "=0.6.0"

[dependencies.raxb-libxml2-sys]
version = "=0.6.0"

[dependencies.raxb-xmlschema]
version = "=0.6.0"
features = ["reader"]
default-features = false

[dependencies.thiserror]
version = "1.0.64"

[dependencies.url]
version = "2.5.0"
default-features = false

[dependencies.uuid]
version = "1.8"
features = ["v5"]
default-features = false

[features]