ito-web 0.1.24

Web server and UI for Ito
Documentation
# 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 = "ito-web"
version = "0.1.24"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web server and UI for Ito"
homepage = "https://github.com/withakay/ito"
readme = false
license = "MIT"
repository = "https://github.com/withakay/ito"

[package.metadata.dist]
dist = false

[lib]
name = "ito_web"
path = "src/lib.rs"

[[bin]]
name = "ito-web"
path = "src/main.rs"

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

[dependencies.axum-extra]
version = "0.10"
features = ["cookie"]

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

[dependencies.futures]
version = "0.3"

[dependencies.gethostname]
version = "0.5"

[dependencies.hex]
version = "0.4"

[dependencies.ito-core]
version = "0.1.24"

[dependencies.ito-templates]
version = "0.1.24"

[dependencies.miette]
version = "7.2.0"
features = ["fancy"]

[dependencies.portable-pty]
version = "0.9.0"

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "sync",
    "process",
]

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