[package] name = "dioxus-check" version = { workspace = true } edition = "2021" authors = ["Dioxus Labs"] description = "Checks Dioxus RSX files for issues" license = "MIT/Apache-2.0" repository = "https://github.com/DioxusLabs/dioxus/" homepage = "https://dioxuslabs.com" keywords = ["dom", "ui", "gui", "react"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = { version = "1.0.6", features = ["span-locations"] } quote = "1.0" syn = { version = "1.0.11", features = ["full", "extra-traits", "visit"] } owo-colors = { version = "3.5.0", features = ["supports-colors"] } [dev-dependencies] indoc = "2.0.3" pretty_assertions = "1.2.1"