- modernize packages and rust edition. - increase timeout for rollout -
increment cargo version
This commit is contained in:
+20
-25
@@ -1,39 +1,34 @@
|
||||
[package]
|
||||
name = "webterm"
|
||||
description = "xterm.js - based webterminal"
|
||||
repository = "https://github.com/fubarnetes/webterm"
|
||||
description = "socktop xterm.js - based webterminal"
|
||||
repository = "https://gt.wittyoneoff.com/jason/socktop-webterm"
|
||||
documentation = "https://docs.rs/webterm"
|
||||
readme = "README.md"
|
||||
categories = ["web-programming", "web-programming::websocket", "web-programming::http-server", "command-line-utilities"]
|
||||
keywords = ["terminal", "xterm", "websocket", "terminus", "console"]
|
||||
version = "0.2.2"
|
||||
authors = ["fabian.freyer@physik.tu-berlin.de","jasonpwitty+socktop@proton.me"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
license = "BSD-3-Clause"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "fubarnetes/webterm", branch = "master" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
actix-files = "0.1.6"
|
||||
actix-service = "0.4.2"
|
||||
actix-web-actors = "1.0.2"
|
||||
actix-web= "1.0.8"
|
||||
actix= "0.8.3"
|
||||
futures = "0.1.29"
|
||||
handlebars = "2.0.2"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.66"
|
||||
log = "0.4.8"
|
||||
pretty_env_logger = "0.3.1"
|
||||
serde = "1.0.104"
|
||||
serde_json = "1.0.44"
|
||||
structopt = "0.3.7"
|
||||
tokio = "0.1.22"
|
||||
tokio-codec= "0.1.1"
|
||||
tokio-io= "0.1.12"
|
||||
tokio-pty-process = "0.4"
|
||||
actix-files = "0.6"
|
||||
actix-web = "4.9"
|
||||
actix-web-actors = "4.3"
|
||||
actix = "0.13"
|
||||
actix-rt = "2.10"
|
||||
futures = "0.3"
|
||||
handlebars = "6.3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
tokio = { version = "1.42", features = ["full"] }
|
||||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
portable-pty = "0.8"
|
||||
bytes = "1.9"
|
||||
log = "0.4"
|
||||
env_logger = "0.11"
|
||||
libc = "0.2"
|
||||
|
||||
[lib]
|
||||
name = "webterm"
|
||||
|
||||
Reference in New Issue
Block a user