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 = "2024"
rust-version = "1.85"
name = "xsd"
version = "0.3.0"
authors = ["Arto Bendiken"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "XSD.rs"
homepage = "https://github.com/rust-rdf"
readme = "README.md"
keywords = [
    "xml",
    "schema",
    "xsd",
]
categories = [
    "data-structures",
    "no-std",
]
license = "Unlicense"
repository = "https://github.com/rust-rdf/rdf.rs"
resolver = "2"

[features]
all = [
    "datetime",
    "decimal",
]
alloc = []
datetime = ["jiff"]
decimal = ["rust_decimal"]
default = [
    "all",
    "std",
]
jiff = ["dep:jiff"]
rust_decimal = ["dep:rust_decimal"]
std = ["alloc"]
unstable = []

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

[dependencies.borsh]
version = "1.6"
features = ["derive"]
optional = true
default-features = false

[dependencies.decorum]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.jiff]
version = "0.2"
features = ["serde"]
optional = true
default-features = false

[dependencies.phf]
version = "0.13"
features = ["macros"]
default-features = false

[dependencies.rust_decimal]
version = "1.42"
features = [
    "borsh",
    "serde-with-str",
]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.strum]
version = "0.28"

[dependencies.strum_macros]
version = "0.28"