[dependencies.proc-macro-error2]
version = "2.0.1"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["parsing"]
version = "2"
[dependencies.tabled]
default-features = false
features = ["std"]
version = "0.19"
[dev-dependencies.tabled]
default-features = false
features = ["std", "assert"]
version = "0.19"
[[example]]
name = "static_pool_table"
path = "examples/static_pool_table.rs"
[[example]]
name = "static_table"
path = "examples/static_table.rs"
[features]
ansi = ["tabled/ansi"]
derive = ["tabled/derive"]
macros = ["tabled/macros"]
[lib]
name = "static_table"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.7.0"
[[test]]
name = "alignment"
path = "tests/alignment.rs"
[[test]]
name = "margin"
path = "tests/margin.rs"
[[test]]
name = "padding"
path = "tests/padding.rs"
[[test]]
name = "pool_table"
path = "tests/pool_table.rs"
[[test]]
name = "static_table"
path = "tests/static_table.rs"
[[test]]
name = "syntax"
path = "tests/syntax.rs"
[[test]]
name = "theme"
path = "tests/theme.rs"