[dependencies.dialoguer]
version = "0.10.4"
[dependencies.log]
version = "0.4.17"
[dependencies.names]
default-features = false
version = "0.14.0"
[dependencies.suggest]
version = "0.4.0"
[dependencies.thiserror]
version = "1.0.40"
[dependencies.zellij-client]
version = "0.41.2"
[dependencies.zellij-server]
version = "0.41.2"
[dependencies.zellij-utils]
version = "0.41.2"
[dev-dependencies.insta]
features = ["backtrace"]
version = "1.6.0"
[dev-dependencies.rand]
version = "0.8.0"
[dev-dependencies.regex]
version = "1.8.1"
[dev-dependencies.ssh2]
version = "0.9.1"
[features]
default = ["plugins_from_target", "vendored_curl"]
disable_automatic_asset_installation = ["zellij-utils/disable_automatic_asset_installation"]
plugins_from_target = ["zellij-utils/plugins_from_target"]
singlepass = ["zellij-server/singlepass"]
unstable = ["zellij-client/unstable", "zellij-utils/unstable"]
vendored_curl = ["zellij-utils/vendored_curl"]
[package]
authors = ["Aram Drevekenin <aram@poor.dev>"]
description = "A terminal workspace with batteries included"
edition = "2021"
homepage = "https://zellij.dev"
include = ["src/**/*", "assets/layouts/*", "assets/config/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"]
license = "MIT"
name = "zellij"
readme = "README.md"
repository = "https://github.com/zellij-org/zellij"
rust-version = "1.75"
version = "0.41.2"
[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
[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.dev-opt]
inherits = "dev"
[profile.dev-opt.package."*"]
opt-level = 3
[profile.release]
lto = true
strip = true