# 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 = "leptos_viz" version = "0.5.7" authors = [ "Greg Johnston", "Fangdun Tsai", ] description = "Viz integrations for the Leptos web framework." license = "MIT" repository = "https://github.com/leptos-rs/leptos" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2.11" [dependencies.hyper] version = "0.14.23" [dependencies.leptos] version = "0.5.7" features = ["ssr"] [dependencies.leptos_integration_utils] version = "0.5.7" [dependencies.leptos_meta] version = "0.5.7" features = ["ssr"] [dependencies.leptos_router] version = "0.5.7" features = ["ssr"] [dependencies.parking_lot] version = "0.12.1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.viz] version = "0.4.8" [features] experimental-islands = ["leptos_integration_utils/experimental-islands"] nonce = ["leptos/nonce"]