# 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.75" name = "zellij" version = "0.41.2" authors = ["Aram Drevekenin "] include = [ "src/**/*", "assets/layouts/*", "assets/config/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*", ] description = "A terminal workspace with batteries included" homepage = "https://zellij.dev" readme = "README.md" license = "MIT" repository = "https://github.com/zellij-org/zellij" [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 [dependencies.dialoguer] version = "0.10.4" [dependencies.log] version = "0.4.17" [dependencies.names] version = "0.14.0" default-features = false [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] version = "1.6.0" features = ["backtrace"] [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"]