kanri 0.10.1

Manage your projects within the terminal.
Documentation
# 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"
name = "kanri"
version = "0.10.1"
authors = ["Konstantin Zhigaylo <zero@kostyazero.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage your projects within the terminal."
homepage = "https://github.com/kostya-zero/kanri"
readme = "README.md"
keywords = [
    "workspace",
    "projects",
    "manager",
    "cli",
]
license = "MIT"
repository = "https://github.com/kostya-zero/kanri"

[lib]
name = "kanri"
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.colored]
version = "3.0.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.indexmap]
version = "2.12.1"
features = [
    "std",
    "serde",
]

[dependencies.indicatif]
version = "0.18.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "1.0.1"

[target."cfg(unix)".dependencies.dirs-next]
version = "=2.0.0"

[target."cfg(windows)".dependencies.ctrlc]
version = "3.4.7"

[profile.dev]
incremental = false

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
debug = 0
panic = "abort"
incremental = false
strip = true