chant 0.1.1

Shell glamour - beautiful prompts and output for scripts 🪄
Documentation
[[bin]]
name = "chant"
path = "src/main.rs"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.glyphs]
version = "0.1"

[dependencies.lacquer]
version = "0.1"

[dependencies.molten_brand]
optional = true
version = "0.1"

[dependencies.scoria]
version = "0.1"

[features]
brand = ["molten_brand"]
default = []

[lib]
name = "chant"
path = "src/lib.rs"

[package]
authors = ["Molten Labs <hello@moltenlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Shell glamour - beautiful prompts and output for scripts 🪄"
documentation = "https://docs.rs/chant"
edition = "2021"
homepage = "https://molten.dev"
include = ["src/**/*", "Cargo.toml", "LICENSE-*", "README.md", "CHANGELOG.md"]
keywords = ["cli", "shell", "prompts", "interactive", "glamour"]
license = "MIT OR Apache-2.0"
name = "chant"
readme = "README.md"
repository = "https://github.com/moltenlabs/chant"
rust-version = "1.75"
version = "0.1.1"