# 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 = "freya-dom" version = "0.1.2" authors = ["Marc EspĂ­n "] description = "Internal DOM abstractions for Freya." homepage = "https://freyaui.dev/" readme = "readme.md" keywords = [ "gui", "ui", "desktop", "skia", "dioxus", ] categories = [ "gui", "asynchronous", ] license = "MIT" repository = "https://github.com/marc2332/freya" [package.metadata.docs.rs] features = ["freya-engine/mocked-engine"] [dependencies.dioxus-core] version = "0.4" [dependencies.dioxus-core-macro] version = "0.4" [dependencies.dioxus-hooks] version = "0.4" [dependencies.dioxus-native-core] version = "0.4" features = ["dioxus"] [dependencies.dioxus-rsx] version = "0.4" features = ["hot_reload"] [dependencies.freya-common] version = "0.1" [dependencies.freya-engine] version = "0.1" [dependencies.freya-node-state] version = "0.1" [dependencies.rustc-hash] version = "1.1.0" [dependencies.torin] version = "0.1" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.2.2" features = ["v4"] [features] shared = [] skia-engine = ["freya-engine/skia-engine"]