[dependencies]
[[example]]
name = "ex"
path = "examples/ex.rs"
[lib]
name = "paligned"
path = "src/lib.rs"
[package]
authors = ["Roy Varon Weinryb <varonroy@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "command-line-interface"]
description = "A simple macro for aligned printing"
documentation = "https://docs.rs/crate/paligned/"
edition = "2021"
keywords = ["format", "print", "aligned", "macro"]
license = "MIT"
name = "paligned"
readme = "README.md"
repository = "https://github.com/varonroy/paligned"
version = "0.1.0"