# 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-node-state" version = "0.2.1" authors = ["Marc EspĂ­n "] description = "Internal Node states for Dioxus RealDOM elements used in 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.accesskit] version = "0.12.2" features = ["serde"] [dependencies.bytes] version = "1.5.0" [dependencies.dioxus-core] version = "0.5" [dependencies.freya-common] version = "0.2" [dependencies.freya-engine] version = "0.2" [dependencies.freya-native-core] version = "0.2" [dependencies.freya-native-core-macro] version = "0.2" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde_json] version = "1.0.107" [dependencies.shipyard] version = "0.6.2" features = [ "proc", "std", "parallel", ] default-features = false [dependencies.tokio] version = "1.33.0" features = [ "sync", "rt-multi-thread", "time", "macros", ] [dependencies.torin] version = "0.2" [dependencies.uuid] version = "1.4.1" features = ["v4"] [features] skia-engine = ["freya-engine/skia-engine"]