# 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-common" version = "0.2.1" authors = ["Marc EspĂ­n "] description = "Internal common utilities 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.12.2" features = ["serde"] [dependencies.accesskit_winit] version = "0.18.0" [dependencies.dioxus-core] version = "0.5" [dependencies.freya-engine] version = "0.2" [dependencies.freya-native-core] version = "0.2" [dependencies.rustc-hash] version = "1.1.0" [dependencies.torin] version = "0.2" [dependencies.uuid] version = "1.4.1" features = ["v4"] [dependencies.winit] version = "0.29.9" [features] skia-engine = ["freya-engine/skia-engine"]