# 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 = "rutty" version = "0.1.0" authors = ["Gershon Papiashvili"] include = ["backend/**/*"] description = "RuTTY - Rust TTY Server" documentation = "https://github.com/papigers/rutty/blob/master/README.md" readme = "README.md" keywords = [ "tty", "terminal", ] license-file = "LICENSE" repository = "https://github.com/papigers/rutty" [[bin]] name = "rutty" path = "backend/src/main.rs" [dependencies.async-stream] version = "0.3.5" [dependencies.axum] version = "0.6.18" features = [ "ws", "headers", ] [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] default-features = false [dependencies.headers] version = "0.3" [dependencies.mime_guess] version = "2.0.4" [dependencies.process-stream] version = "0.4.1" [dependencies.pty-process] version = "0.3.0" features = ["async"] [dependencies.rust-embed] version = "6.6.1" features = ["debug-embed"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.tap] version = "1.0.1" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tokio-tungstenite] version = "0.18.0" [dependencies.tokio-util] version = "0.7.8" [dependencies.tower] version = "0.4" features = [ "util", "timeout", ] [dependencies.tower-http] version = "0.4.0" features = [ "fs", "trace", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]