static_table 0.3.0

Library creates pretty tables at compiler time
Documentation
[dependencies.proc-macro-error]
version = "1.0"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["parsing"]
version = "1"

[dependencies.tabled]
default-features = false
features = ["std"]
version = "0.15"

[dev-dependencies]

[features]
ansi = ["tabled/ansi"]
derive = ["tabled/derive"]
macros = ["tabled/macros"]

[lib]
proc-macro = true

[package]
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
categories = ["text-processing", "visualization"]
description = "Library creates pretty tables at compiler time"
documentation = "https://docs.rs/static_table"
edition = "2018"
homepage = "https://github.com/zhiburt/tabled"
keywords = ["table", "print", "pretty-table", "macros", "macro"]
license = "MIT"
name = "static_table"
readme = "README.md"
repository = "https://github.com/zhiburt/tabled"
version = "0.3.0"