[dependencies.dioxus-rsx]
version = "0.6.2"
[dependencies.prettyplease]
features = ["verbatim"]
version = "0.2.20"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.6"
[dependencies.quote]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.136"
[dependencies.syn]
features = ["full", "extra-traits", "visit", "visit-mut"]
version = "2.0"
[dev-dependencies.pretty_assertions]
version = "1.2.1"
[lib]
name = "dioxus_autofmt"
path = "src/lib.rs"
[package]
authors = ["Jonathan Kelley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Autofomatter for Dioxus RSX"
edition = "2021"
homepage = "https://dioxuslabs.com"
keywords = ["web", "desktop", "mobile", "gui", "wasm"]
license = "MIT OR Apache-2.0"
name = "dioxus-autofmt"
readme = "README.md"
repository = "https://github.com/DioxusLabs/dioxus/"
version = "0.6.2"
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
[[test]]
name = "error_handling"
path = "tests/error_handling.rs"
[[test]]
name = "samples"
path = "tests/samples.rs"
[[test]]
name = "srcless"
path = "tests/srcless.rs"
[[test]]
name = "wrong"
path = "tests/wrong.rs"