[package]
name = "aev-web"
version = "0.1.1"
edition = "2021"
authors = ["Trevor Knott <Tknott95@hotmail.com>", "Knott Dynamics"]
license = "MIT"
description = "Aev web plugin for local web-controlled terminal sessions."
repository = "https://github.com/Tknott95/AevWeb"
homepage = "https://github.com/Tknott95/AevWeb"
documentation = "https://docs.rs/aev-web"
readme = "README.md"
keywords = ["aev", "terminal", "plugin", "web", "knott-dynamics"]
categories = ["command-line-utilities", "web-programming::http-server"]
[lib]
crate-type = ["rlib", "cdylib"]
[dependencies]
anyhow = "1.0"
axum = "0.7"
clap = { version = "4.5", features = ["derive", "env"] }
portable-pty = "0.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.40", features = ["macros", "rt-multi-thread", "net", "signal"] }
uuid = { version = "1.10", features = ["serde", "v7"] }
[package.metadata]
organization = "Knott Dynamics"
maintainer = "Trevor Knott"