aas 0.4.0

Data type bindings for the Asset Administration Shell Specs
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"
name = "aas"
version = "0.4.0"
authors = ["Fynn Kleine <code@onlyfynns.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data type bindings for the Asset Administration Shell Specs"
readme = "README.md"
license = "MIT"

[features]
default = ["json"]
json = []
openapi = ["dep:utoipa"]
part2 = [
    "openapi",
    "dep:axum",
    "dep:utoipa-axum",
    "dep:chrono",
]
xml = ["dep:quick-xml"]

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

[dependencies.axum]
version = "0.8.7"
features = [
    "macros",
    "form",
    "multipart",
]
optional = true

[dependencies.bigdecimal]
version = "0.4.9"
features = [
    "serde",
    "serde-json",
]

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]
optional = true

[dependencies.iref]
version = "3.2.2"
features = ["serde"]

[dependencies.iso8601]
version = "0.6.3"
features = ["serde"]

[dependencies.oxilangtag]
version = "0.1.5"
features = ["serde"]

[dependencies.quick-xml]
version = "0.38.4"
features = [
    "serialize",
    "serde-types",
]
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"
features = ["arbitrary_precision"]

[dependencies.serde_with]
version = "3.15.1"
features = ["base64"]

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.17"

[dependencies.utoipa]
version = "5.4.0"
features = [
    "chrono",
    "decimal",
    "yaml",
    "axum_extras",
]
optional = true

[dependencies.utoipa-axum]
version = "0.2.0"
optional = true