# 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-hooks" version = "0.2.1" authors = ["Marc EspĂ­n "] description = "Hooks library designed 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.bitflags] version = "2.4.1" [dependencies.bytes] version = "1.5.0" [dependencies.dioxus-core] version = "0.5" [dependencies.dioxus-hooks] version = "0.5" [dependencies.dioxus-sdk] version = "0.5" features = ["clipboard"] [dependencies.dioxus-signals] version = "0.5" [dependencies.easer] version = "0.3.0" [dependencies.freya-common] version = "0.2" [dependencies.freya-core] version = "0.2" [dependencies.freya-elements] version = "0.2" [dependencies.freya-engine] version = "0.2" [dependencies.freya-node-state] version = "0.2" [dependencies.nokhwa] version = "0.10.4" features = ["input-native"] optional = true [dependencies.paste] version = "1.0.14" [dependencies.ropey] version = "1.6.0" [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"] [dependencies.winit] version = "0.29.9" [dev-dependencies.dioxus] version = "0.5" features = [ "macro", "signals", "hooks", ] default-features = false [features] skia-engine = ["freya-engine/skia-engine"] use_camera = ["dep:nokhwa"]