# 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 = "wetty" version = "0.1.1" authors = ["Jason NI (nixin) "] description = "xterm.js example with Rust Tokio and pty backend server" homepage = "https://github.com/btwiuse/wetty" readme = "README.md" categories = ["asynchronous", "os::unix-apis"] license = "MIT" repository = "https://github.com/btwiuse/wetty" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.23" [dependencies.pretty-hex] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-tungstenite] version = "0.17" [dev-dependencies.tungstenite] version = "0.17"