deckle-desktop 0.5.0

Deckle — open-source UI design tool with MCP server for AI agents
# 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 = "deckle-desktop"
version = "0.5.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deckle — open-source UI design tool with MCP server for AI agents"
readme = false
keywords = [
    "design",
    "ui",
    "tauri",
    "mcp",
    "desktop",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/secemp9/deckle"

[features]
default = []

[[bin]]
name = "deckle-desktop"
path = "src/main.rs"

[dependencies.arboard]
version = "3"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8.9"
features = ["ws"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.open]
version = "5"

[dependencies.rmcp]
version = "1.7.0"
features = [
    "server",
    "macros",
    "transport-streamable-http-server",
    "transport-io",
]

[dependencies.rust-embed]
version = "8.11.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_repr]
version = "0.1"

[dependencies.sha2]
version = "0.11"

[dependencies.tauri]
version = "2.11.3"
features = [
    "wry",
    "devtools",
]

[dependencies.tauri-plugin-single-instance]
version = "2"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["io"]

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.7.0"
features = [
    "fs",
    "cors",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1.23.3"
features = ["v4"]

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.tauri-build]
version = "2.6.3"