# 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 = "2018" name = "rmuxinator" version = "2.0.0" authors = ["Peter Doherty "] description = "tmux project configuration utility" readme = "README.md" keywords = [ "tmux", "productivity", ] license = "MIT" repository = "https://github.com/ethagnawl/rmuxinator" [dependencies.clap] version = "2.33" [dependencies.derivative] version = "2.2.0" [dependencies.mockall] version = "0.10" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.4" [dev-dependencies.assert_cmd] version = "1" [dev-dependencies.predicates] version = "1" [dev-dependencies.tempfile] version = "3"