# 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 = "airmux" version = "0.2.3" authors = ["Dermoumi S. "] description = "Just another tmux session manager" readme = "README.md" keywords = ["cli", "tmux"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dermoumi/airmux" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.app_dirs] version = "1.2.1" [dependencies.clap] version = "2.33.3" [dependencies.console] version = "0.13.0" [dependencies.main_error] version = "0.1.1" [dependencies.mkdirp] version = "1.0.0" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.serde_yaml] version = "0.8.14" [dependencies.shell-words] version = "1.0.0" [dependencies.shellexpand] version = "2.0.0" [dependencies.snafu] version = "0.6.9" [dependencies.tempfile] version = "3.1.0"