static_table 0.2.0

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

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

[dependencies.quote]
version = "1"

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

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

[features]
color = ["tabled/color"]

[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.2.0"