enwiro-gui 0.1.9

Local web GUI for enwiro: a single binary that serves an embedded React SPA to the browser
# 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 = "enwiro-gui"
version = "0.1.9"
build = "build.rs"
include = [
    "src/**",
    "build.rs",
    "web/dist/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local web GUI for enwiro: a single binary that serves an embedded React SPA to the browser"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/kantord/enwiro"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"

[package.metadata.binstall.signing]
algorithm = "minisign"
pubkey = "RWQowPNA2jR6/GBAZNkd5d6by7LwOPBdEwK1NptQjAPGrB8UhUUHHP8T"

[[bin]]
name = "enw-gui"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

[dependencies.enwiro-daemon]
version = "0.0.25"

[dependencies.enwiro-sdk]
version = "0.12.2"

[dependencies.mime_guess]
version = "2"

[dependencies.open]
version = "5"

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

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.37"
features = [
    "rt-multi-thread",
    "macros",
    "net",
]

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

[dependencies.utoipa]
version = "5.5.0"
features = ["axum_extras"]

[dependencies.utoipa-axum]
version = "0.2.0"