# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tab-command" version = "0.5.7" authors = ["Austin Jones "] description = "the cli command module for the tab terminal multiplexer" homepage = "https://github.com/austinjones/tab-rs" license = "MIT" repository = "https://github.com/austinjones/tab-rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33.2" [dependencies.crossterm] version = "0.19" features = ["event-stream"] [dependencies.dirs] version = "3.0" [dependencies.fuzzy-matcher] version = "0.3" [dependencies.lifeline] version = "0.4.0" [dependencies.log] version = "0.4" [dependencies.semver] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.simplelog] version = "0.9" [dependencies.tab-api] version = "0.5.6" [dependencies.tab-websocket] version = "0.5.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["time", "fs", "io-std", "io-util", "process", "blocking", "macros", "rt-threaded"] [dependencies.typed-builder] version = "0.8" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.tokio-test] version = "0.2"