[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.11"
[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/ron_to_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.1.0"