# 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-components" version = "0.2.1" authors = ["Marc EspĂ­n "] description = "Components library desgined 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.bytes] version = "1.5.0" [dependencies.dioxus] version = "0.5" features = [ "macro", "signals", "hooks", ] default-features = false [dependencies.dioxus-router] version = "0.5" default-features = false [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-hooks] version = "0.2" [dependencies.freya-node-state] version = "0.2" [dependencies.futures-util] version = "0.3.30" [dependencies.open] version = "5" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.tokio] version = "1.33.0" features = [ "sync", "rt-multi-thread", "time", "macros", ] [dependencies.torin] version = "0.2" [dependencies.tracing] version = "0.1" [dependencies.winit] version = "0.29.9" [dev-dependencies] [features] skia-engine = ["freya-engine/skia-engine"]