[dependencies.colored]
optional = true
version = "3.0.0"
[dependencies.regex]
optional = true
version = "1.12.2"
[dependencies.spinners]
optional = true
version = "4.1.1"
[dependencies.which]
optional = true
version = "8.0.0"
[features]
bedrock = ["unix", "tools"]
fs = []
spinners = ["dep:spinners"]
tools = ["dep:which"]
unix = ["dep:nix", "dep:regex", "dep:colored"]
windows = ["dep:windows"]
[lib]
crate-type = ["staticlib", "cdylib", "rlib"]
name = "fxkit"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Useful utilities for writting Rust CLI tools"
documentation = "https://docs.rs/fxkit/"
edition = "2024"
license = "MIT"
name = "fxkit"
readme = "README.md"
repository = "https://gitlab.com/alxhr0/fxkit"
version = "0.1.2"
[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Diagnostics_ToolHelp"]
optional = true
version = "0.62.2"
[target."cfg(unix)".dependencies.nix]
optional = true
version = "0.30.1"