soffit 0.1.1

Customizable statusline manager for Claude Code with desktop editor and custom widget support
# 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.1.1"
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 custom widget support"
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"

[features]
default = ["desktop"]
desktop = [
    "dioxus/desktop",
    "dep:rfd",
    "dep:image",
]
web = ["dioxus/web"]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dioxus]
version = "0.7"
features = ["fullstack"]

[dependencies.dirs]
version = "6"

[dependencies.image]
version = "0.25.10"
features = ["png"]
optional = true
default-features = false

[dependencies.libc]
version = "0.2"

[dependencies.regex]
version = "1"

[dependencies.rfd]
version = "0.15"
optional = true

[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"