[dependencies.cfg-if]
version = "1"
[dependencies.dot_ix_model]
version = "0.10.0"
[dependencies.indexmap]
features = ["serde"]
version = "2.9.0"
[dependencies.indoc]
version = "2.0.6"
[features]
default = []
info_graph_html = []
[lib]
doctest = false
name = "dot_ix_rt"
path = "src/lib.rs"
test = false
[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["visualization"]
description = "Runtime logic for the `dot_ix` diagramming application."
documentation = "https://docs.rs/dot_ix_rt/"
edition = "2024"
homepage = "https://github.com/azriel91/dot_ix"
keywords = ["graphviz", "dot"]
license = "MIT OR Apache-2.0"
name = "dot_ix_rt"
readme = "README.md"
repository = "https://github.com/azriel91/dot_ix"
version = "0.10.0"