aglow 0.1.0

Render Markdown beautifully in the terminal 🔥
Documentation
[[bin]]
name = "aglow"
path = "src/main.rs"

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

[dependencies.glyphs]
version = "0.1"

[dependencies.lacquer]
version = "0.1"

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

[dependencies.pulldown-cmark]
version = "0.10"

[dependencies.unicode-width]
version = "0.1"

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

[lib]
name = "aglow"
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", "text-processing"]
description = "Render Markdown beautifully in the terminal 🔥"
documentation = "https://docs.rs/aglow"
edition = "2021"
homepage = "https://molten.dev"
include = ["src/**/*", "Cargo.toml", "LICENSE-*", "README.md", "CHANGELOG.md"]
keywords = ["markdown", "terminal", "render", "cli", "glow"]
license = "MIT OR Apache-2.0"
name = "aglow"
readme = "README.md"
repository = "https://github.com/moltenlabs/aglow"
rust-version = "1.75"
version = "0.1.0"