wisp 0.1.0

tmux-aware workspace navigator and status UI
# 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 = "2024"
rust-version = "1.90"
name = "wisp"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tmux-aware workspace navigator and status UI"
readme = false
license = "MIT"
repository = "https://github.com/Pajn/wisp"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ bin }-{ target }.{ archive-format }"
pkg-fmt = "tar.gz"
bin-dir = "{ bin }{ binary-ext }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"
bin-dir = "{ bin }.exe"

[[bin]]
name = "wisp"
path = "src/main.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.argh]
version = "0.1"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.wisp-app]
version = "0.1.0"

[dependencies.wisp-config]
version = "0.1.0"

[dependencies.wisp-core]
version = "0.1.0"

[dependencies.wisp-fuzzy]
version = "0.1.0"

[dependencies.wisp-preview]
version = "0.1.0"

[dependencies.wisp-status]
version = "0.1.0"

[dependencies.wisp-tmux]
version = "0.1.0"

[dependencies.wisp-ui]
version = "0.1.0"

[dependencies.wisp-zoxide]
version = "0.1.0"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unnecessary_wraps = "warn"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"