nixbox 0.2.0

TUI package manager for NixOS that wires selections into your flake + home-manager config
# 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 = "nixbox"
version = "0.2.0"
authors = ["Rajveer Singh"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI package manager for NixOS that wires selections into your flake + home-manager config"
homepage = "https://github.com/SINGH-RAJVEER/nix-box"
readme = "README.md"
keywords = [
    "nixos",
    "nix",
    "tui",
    "package-manager",
    "home-manager",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/SINGH-RAJVEER/nix-box"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.nixbox-config]
version = "0.2.0"

[dependencies.nixbox-nix]
version = "0.2.0"

[dependencies.nixbox-tui]
version = "0.2.0"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "process",
    "io-util",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]