freya-devtools-app 0.4.0-rc.5

Devtools App for Freya app
# 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 = "2024"
name = "freya-devtools-app"
version = "0.4.0-rc.5"
authors = ["Marc EspĂ­n <mespinsanz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Devtools App for Freya app"
homepage = "https://freyaui.dev/"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "desktop",
    "skia",
]
categories = [
    "gui",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/marc2332/freya"

[features]
skia-engine = ["freya-core/skia-engine"]

[[bin]]
name = "freya-devtools-app"
path = "src/main.rs"

[dependencies.accesskit]
version = "0.23.0"

[dependencies.async-lock]
version = "3.4.1"

[dependencies.async-tungstenite]
version = "0.31"

[dependencies.freya]
version = "0.4.0-rc.5"
features = ["router"]

[dependencies.freya-core]
version = "0.4.0-rc.5"

[dependencies.freya-devtools]
version = "0.4.0-rc.5"

[dependencies.freya-radio]
version = "0.4.0-rc.5"

[dependencies.freya-router]
version = "0.4.0-rc.5"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.serde_json]
version = "1"

[dependencies.smol]
version = "2.0.2"

[dependencies.torin]
version = "0.4.0-rc.5"

[dependencies.tungstenite]
version = "0.27"
features = ["handshake"]