[dependencies]
[features]
all = []
default = ["all", "std"]
std = []
unstable = []
[lib]
name = "xsd"
path = "src/lib.rs"
[package]
authors = ["Arto Bendiken"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "XSD.rs"
edition = "2021"
homepage = "https://github.com/rust-rdf"
keywords = ["xml", "schema", "xsd"]
license = "Unlicense"
name = "xsd"
publish = true
readme = "README.md"
repository = "https://github.com/rust-rdf/rdf.rs"
rust-version = "1.81"
version = "0.2.2"