[dependencies.dot_ix_model]
version = "0.10.0"
[dependencies.dot_ix_rt]
optional = true
version = "0.10.0"
[dependencies.dot_ix_web_components]
optional = true
version = "0.10.0"
[features]
default = ["rt", "web_components"]
rt = ["dep:dot_ix_rt"]
ssr = ["dot_ix_web_components?/ssr"]
web_components = ["dep:dot_ix_web_components"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "dot_ix"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)"]
level = "warn"
priority = 0
[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["visualization"]
description = "Interactive dot graphs"
documentation = "https://docs.rs/dot_ix/"
edition = "2024"
homepage = "https://github.com/azriel91/dot_ix"
keywords = ["graphviz", "dot"]
license = "MIT OR Apache-2.0"
name = "dot_ix"
readme = "README.md"
repository = "https://github.com/azriel91/dot_ix"
version = "0.10.0"