# 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 = "2021" name = "dot_ix_web_components" version = "0.8.1" authors = ["Azriel Hoh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Web components provided by the `dot_ix` library." homepage = "https://github.com/azriel91/dot_ix" documentation = "https://docs.rs/dot_ix_rt/" readme = "README.md" keywords = [ "graphviz", "dot", ] categories = ["visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/azriel91/dot_ix" [lib] name = "dot_ix_web_components" path = "src/lib.rs" test = false doctest = false [dependencies.cfg-if] version = "1" [dependencies.dot_ix_model] version = "0.8.1" [dependencies.dot_ix_rt] version = "0.8.1" optional = true [dependencies.http] version = "1.1.0" [dependencies.leptos] version = "0.6" [dependencies.leptos_axum] version = "0.6" optional = true [dependencies.leptos_meta] version = "0.6" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.tempfile] version = "3.12.0" optional = true [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" optional = true [features] default = [] flex_diag = [ "dep:dot_ix_rt", "dot_ix_rt?/info_graph_html", "dep:serde", ] server_side_graphviz = [ "dep:serde", "dep:tokio", ] ssr = [ "dep:leptos_axum", "dep:tempfile", "leptos/ssr", "leptos_meta/ssr", ] [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3.70" [target.'cfg(target_arch = "wasm32")'.dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen] version = "0.6.5" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2.93" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3.70" features = [ "Document", "Element", "HtmlElement", "Url", "UrlSearchParams", "Window", ]