[dependencies.dot_ix_static_check_macros]
version = "0.4.0"
[dependencies.indexmap]
features = ["serde"]
version = "2.2.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.197"
[lib]
doctest = false
test = false
[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
categories = ["visualization"]
description = "Model for the `dot_ix` diagramming application."
documentation = "https://docs.rs/dot_ix_model/"
edition = "2021"
homepage = "https://github.com/azriel91/dot_ix"
keywords = ["graphviz", "dot"]
license = "MIT OR Apache-2.0"
name = "dot_ix_model"
readme = "README.md"
repository = "https://github.com/azriel91/dot_ix"
version = "0.4.0"