# 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-layout" version = "0.1.6" authors = ["Marc EspĂ­n "] description = "Internal layout and layers management 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.accesskit] version = "0.11.0" features = ["serde"] [dependencies.dioxus] version = "0.4" [dependencies.dioxus-core] version = "0.4" [dependencies.dioxus-native-core] version = "0.4" features = ["dioxus"] [dependencies.freya-common] version = "0.1" [dependencies.freya-dom] version = "0.1" [dependencies.freya-elements] version = "0.1" [dependencies.freya-engine] version = "0.1" [dependencies.freya-node-state] version = "0.1" [dependencies.rustc-hash] version = "1.1.0" [dependencies.tokio] version = "1.23.0" features = [ "sync", "rt-multi-thread", "time", "macros", ] [dependencies.torin] version = "0.1" [dependencies.uuid] version = "1.2.2" features = ["v4"] [features] skia-engine = ["freya-engine/skia-engine"]