[package]
edition = "2024"
name = "docloom"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Programmatically compose documents and render them to Markdown or styled terminal output."
homepage = "https://github.com/Pingid/docloom"
documentation = "https://github.com/Pingid/docloom#readme"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Pingid/docloom"
[lib]
name = "docloom"
path = "src/lib.rs"
[[example]]
name = "readme"
path = "examples/readme.rs"
[dependencies.itemize]
version = "0.2.0"