dioxus-native-dom 0.7.7

Core headless native renderer for Dioxus based on blitz
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-native-dom"
version = "0.7.7"
authors = [
    "Jonathan Kelley",
    "Nico Burns",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core headless native renderer for Dioxus based on blitz"
homepage = "https://dioxuslabs.com/learn/0.7/getting_started"
readme = false
keywords = [
    "dom",
    "ui",
    "gui",
    "react",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"

[package.metadata.docs.rs]
all-features = true

[features]
accessibility = ["blitz-dom/accessibility"]
autofocus = []
default = [
    "accessibility",
    "svg",
    "system-fonts",
]
svg = ["blitz-dom/svg"]
system-fonts = ["blitz-dom/system_fonts"]
tracing = [
    "dep:tracing",
    "blitz-dom/tracing",
]

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

[dependencies.blitz-dom]
version = "0.2.4"
default-features = false

[dependencies.blitz-traits]
version = "0.2"

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

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

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

[dependencies.keyboard-types]
version = "0.7"
default-features = false

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.tracing]
version = "0.1.41"
optional = true