# 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" rust-version = "1.56" name = "tmux" version = "0.25.0" authors = ["Aram Drevekenin "] include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "assets/config/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"] description = "A terminal workspace with batteries included" homepage = "https://zellij.dev" license = "MIT" repository = "https://github.com/zellij-org/zellij" resolver = "2" [package.metadata.deb] assets = [["assets/man/zellij.1", "usr/share/man/man1/zellij.1", "644"], ["target/release/zellij", "usr/bin/zellij", "755"], ["GOVERNANCE.md", "usr/share/doc/zellij/GOVERNANCE.md", "644"], ["README.md", "usr/share/doc/zellij/README.md", "644"], ["assets/layouts/*", "usr/share/zellij/layouts/", "644"], ["assets/plugins/*", "usr/share/zellij/plugins/", "644"], ["assets/completions/zellij.bash", "usr/share/bash-completion/completions/zellij.bash", "644"], ["assets/completions/zellij.fish", "usr/share/fish/vendor_completions.d/zellij.fish", "644"], ["assets/completions/_zellij", "usr/share/zsh/vendor-completions/_zellij", "644"]] depends = "$auto" license-file = ["LICENSE.md", "4"] [profile.release] lto = true [dependencies.anyhow] version = "1.0" [dependencies.dialoguer] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.names] version = "0.11.0" [dependencies.suggestion] version = "0.1.0" [dependencies.zellij-client] version = "0.25.0" [dependencies.zellij-server] version = "0.25.0" [dependencies.zellij-utils] version = "0.25.0" [dev-dependencies.insta] version = "1.6.0" features = ["backtrace"] [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.ssh2] version = "0.9.1" [features] disable_automatic_asset_installation = []