dioxus-document 0.7.4

CLI Configuration for dioxus-cli
Documentation
# 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 = "dioxus-document"
version = "0.7.4"
authors = [
    "Jonathan Kelley",
    "Evan Almloff",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI Configuration for dioxus-cli"
homepage = "https://dioxuslabs.com"
readme = false
keywords = [
    "dom",
    "ui",
    "gui",
    "react",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"

[lib]
name = "dioxus_document"
path = "src/lib.rs"

[dependencies.dioxus-core]
version = "0.7.4"

[dependencies.dioxus-core-macro]
version = "0.7.4"

[dependencies.dioxus-core-types]
version = "0.7.4"

[dependencies.dioxus-html]
version = "0.7.4"
default-features = false

[dependencies.futures-channel]
version = "0.3.31"

[dependencies.futures-util]
version = "0.3"
default-features = false

[dependencies.generational-box]
version = "0.7.4"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tracing]
version = "0.1.41"

[build-dependencies.lazy-js-bundle]
version = "0.7.4"