# 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-rs" version = "0.1.4" authors = ["gaoyan <373251686@qq.com>"] include = [ "src/**/*", "pty-process", "web", "LICENSE", "README.md", "CHANGELOG.md", ] description = "share pty with websocket attached to a pty" readme = "README.md" keywords = [ "websocket", "pty", "spawn", "execute", "process", ] categories = [ "asynchronous", "command-line-interface", ] license = "MIT" repository = "https://github.com/poppyred/webterm-rs.git" [dependencies.actix] version = "0.13.0" [dependencies.actix-files] version = "0.6.2" [dependencies.actix-test] version = "0.1.1" [dependencies.actix-web] version = "4.3.1" [dependencies.actix-web-actors] version = "4.2.0" [dependencies.async-stream] version = "0.3.5" [dependencies.env_logger] version = "0.10.0" [dependencies.futures-util] version = "0.3.28" [dependencies.log] version = "0.4.17" [dependencies.mime_guess] version = "2.0.4" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.pty] version = "0.1.0" [dependencies.pty-process] version = "0.3.0" features = ["async"] [dependencies.regex] version = "1.8.3" [dependencies.rust-embed] version = "6.6.1" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.tokio-codec] version = "0.1.2" [dependencies.tokio-stream] version = "0.1.14" features = ["full"] [dependencies.tokio-util] version = "0.7.8" [features] mutex_unlock = []