dot_ix 0.2.0

Interactive dot graphs
Documentation
[dependencies.dot_ix_model]
version = "0.2.0"

[dependencies.dot_ix_rt]
version = "0.2.0"

[dependencies.dot_ix_web_components]
version = "0.2.0"

[features]
server_side_graphviz = ["dot_ix_web_components/server_side_graphviz"]
ssr = ["dot_ix_model/ssr", "dot_ix_web_components/ssr"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
categories = ["visualization"]
description = "Interactive dot graphs"
documentation = "https://docs.rs/dot_ix/"
edition = "2021"
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.2.0"