# 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-rsx-rosetta" version = "0.6.0-alpha.5" authors = ["Jonathan Kelley"] description = "Autofomatter for Dioxus RSX" homepage = "https://dioxuslabs.com" documentation = "https://dioxuslabs.com" readme = "README.md" keywords = [ "dom", "ui", "gui", "react", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DioxusLabs/dioxus/" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [dependencies.convert_case] version = "0.6.0" [dependencies.dioxus-autofmt] version = "0.6.0-alpha.5" [dependencies.dioxus-html] version = "0.6.0-alpha.5" features = ["html-to-rsx"] default-features = false [dependencies.dioxus-rsx] version = "0.6.0-alpha.5" [dependencies.html_parser] version = "0.7.0" [dependencies.htmlentity] version = "1.3.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.pretty_assertions] version = "1.2.1"