aas 0.1.0

Data type bindings for the Asset Administration Shell Specs
Documentation
[dependencies.bigdecimal]
features = ["serde", "serde-json"]
version = "0.4.9"

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

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

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

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

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

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

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

[dependencies.thiserror]
version = "2.0.17"

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

[package]
authors = ["Fynn Kleine <code@onlyfynns.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Data type bindings for the Asset Administration Shell Specs"
edition = "2024"
license = "MIT"
name = "aas"
readme = "README.md"
version = "0.1.0"