# 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 = "webterm-server" version = "0.1.0" authors = ["Maarten de Vries "] description = "webterminal server using hyper and xterm.js" readme = "README.md" keywords = [ "webterm", "web", "terminal", "xterm", "server", ] categories = [ "developtment-tools", "command-line-utilities", ] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/webterm-server-rs" [dependencies.async-shutdown] version = "0.1.2" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.futures] version = "0.3.28" [dependencies.hyper] version = "0.14.26" features = [ "server", "http1", "http2", ] [dependencies.hyper-tungstenite] version = "0.9.0" [dependencies.libc] version = "0.2.141" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.104" [dependencies.serde_json] version = "1.0.44" [dependencies.tokio] version = "1.27.0" features = [ "macros", "net", "rt-multi-thread", "signal", "process", ]