[dependencies.ahash]
version = "0.8.11"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.insta]
features = ["yaml", "glob"]
version = "1.42.2"
[features]
serde = ["dep:serde"]
[lib]
name = "xee_schema_type"
path = "src/lib.rs"
[package]
authors = ["The Xee Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "XML Schema type information"
documentation = "https://docs.rs/xee-schema-type"
edition = "2021"
homepage = "https://github.com/Paligo/xee"
keywords = ["xml", "xpath"]
license = "MIT"
name = "xee-schema-type"
readme = "README.md"
repository = "https://github.com/Paligo/xee"
version = "0.1.4"