soffit 0.0.2

Customizable statusline manager for Claude Code with desktop editor and plugin system
# 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"
name = "soffit"
version = "0.0.2"
authors = ["Nox Craft"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Customizable statusline manager for Claude Code with desktop editor and plugin system"
homepage = "https://github.com/noxcraftdev/soffit"
documentation = "https://docs.rs/soffit"
readme = "README.md"
keywords = [
    "statusline",
    "claude-code",
    "terminal",
    "widgets",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/noxcraftdev/soffit"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dioxus]
version = "0.6"
features = ["desktop"]

[dependencies.dirs]
version = "6"

[dependencies.libc]
version = "0.2"

[dependencies.regex]
version = "1"

[dependencies.rfd]
version = "0.15"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"