disposition_model_common 0.0.4

SVG diagram generator common data model types.
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 = "disposition_model_common"
version = "0.0.4"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SVG diagram generator common data model types."
homepage = "https://azriel.im/disposition"
documentation = "https://docs.rs/disposition_model_common/"
readme = "README.md"
keywords = ["automation"]
categories = [
    "asynchronous",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/azriel91/disposition"
resolver = "2"

[features]
default = []
openapi = ["dep:utoipa"]
test = []

[lib]
name = "disposition_model_common"
path = "src/lib.rs"
test = false
doctest = true

[dependencies.id_newtype]
version = "0.3.0"
features = ["macros"]

[dependencies.indexmap]
version = "2.13.0"
features = ["serde"]

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

[dependencies.utoipa]
version = "5.4"
optional = true

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]