# 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" version = "0.5.7" authors = ["Austin Jones "] exclude = ["tests/snapshots/*"] description = "The intuitive, config-driven terminal multiplexer" homepage = "https://github.com/austinjones/tab-rs" readme = "../README.md" keywords = ["cli", "terminal", "tool"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/austinjones/tab-rs" [[bin]] name = "tab" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33.2" [dependencies.dialoguer] version = "0.7" [dependencies.dirs] version = "3.0" [dependencies.log] version = "0.4" [dependencies.tab-api] version = "0.5.6" [dependencies.tab-command] version = "0.5.7" [dependencies.tab-daemon] version = "0.5.4" [dependencies.tab-pty] version = "0.5.3" [dependencies.tempfile] version = "3.1" [dependencies.toml_edit] version = "0.2.0" [dependencies.which] version = "4.0" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.insta] version = "0.16" [dev-dependencies.lifeline] version = "0.4.0" [dev-dependencies.log] version = "0.4" [dev-dependencies.simplelog] version = "0.8" [dev-dependencies.snailquote] version = "0.3" [dev-dependencies.strip-ansi-escapes] version = "0.1.0" [dev-dependencies.tokio] version = "0.2" features = ["process", "time", "rt-threaded"] [dev-dependencies.tokio-test] version = "0.2.1" [build-dependencies.clap] version = "2.33"