# 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-core" version = "0.5.0-alpha.0" authors = [ "Jonathan Kelley", "Evan Almloff", ] description = "Build natively rendered apps with Dioxus" homepage = "https://dioxuslabs.com" readme = "README.md" keywords = [ "dom", "ui", "gui", "react", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DioxusLabs/dioxus/" [dependencies.anymap] version = "1.0.0-beta.2" [dependencies.dashmap] version = "5.4.0" [dependencies.dioxus-core] version = "0.5.0-alpha.0" optional = true [dependencies.keyboard-types] version = "0.7" [dependencies.lightningcss] version = "1.0.0-alpha.39" optional = true [dependencies.parking_lot] version = "0.12.1" features = ["send_guard"] [dependencies.rustc-hash] version = "1.1.0" [dependencies.shipyard] version = "0.6.2" features = [ "proc", "std", ] default-features = false [dependencies.smallvec] version = "1.6" [dependencies.taffy] version = "0.3.12" optional = true [features] default = [] dioxus = ["dioxus-core"] layout-attributes = [ "dep:taffy", "dep:lightningcss", ] parallel = ["shipyard/parallel"]