[dependencies.crossterm]
version = "0.28.1"
[dependencies.ctor]
version = "0.2.8"
[dependencies.futures]
optional = true
version = "0.3.30"
[dependencies.once_cell]
version = "1.20.2"
[dependencies.paste]
version = "1.0.15"
[dependencies.scopeguard]
version = "1.2.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.204"
[dependencies.serde_json]
optional = true
version = "1.0.115"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1.39.2"
[[example]]
name = "ask"
path = "examples/ask.rs"
[[example]]
name = "confirm"
path = "examples/confirm.rs"
[[example]]
name = "one"
path = "examples/one.rs"
[features]
async = ["tokio", "futures"]
value = ["serde_json", "serde"]
[lib]
name = "minimo"
path = "src/lib.rs"
[package]
authors = ["aghil mohan <a@xo.rs>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "terminal ui library combining alot of things from here and there and making it slightly easier to play with"
edition = "2021"
keywords = ["terminal", "printing", "color", "CLI"]
license = "MIT"
name = "minimo"
readme = "README.md"
repository = "https://github.com/incredimo/minimo"
version = "0.5.42"
[profile.release]
lto = "fat"
panic = "abort"