# 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 = "cmdpiped" version = "0.1.0" authors = ["Njuguna Mureithi "] description = "A command-line tool for exposing a wrapped cli program's standard IO to WebSockets/SSE" documentation = "https://github.com/geofmureithi/cmdpiped" readme = "README.md" keywords = ["sse", "websockets", "daemon", "http", "cli"] license = "MIT OR Apache-2.0" repository = "https://github.com/geofmureithi/cmdpiped" resolver = "2" [dependencies.actix-files] version = "0.6.2" [dependencies.actix-web] version = "4" [dependencies.actix-ws] version = "0.2.0" [dependencies.clap] version = "3" features = ["derive"] [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = ["process", "io-std"] [dependencies.tokio-process-stream] version = "0.3.0" [dev-dependencies.actix-test] version = "0.1" [dev-dependencies.actix-web-actors] version = "4"