# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "static_table" version = "0.5.0" authors = ["Maxim Zhiburt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library creates pretty tables at compiler time" homepage = "https://github.com/zhiburt/tabled" documentation = "https://docs.rs/static_table" readme = "README.md" keywords = [ "table", "print", "pretty-table", "macros", "macro", ] categories = [ "text-processing", "visualization", ] license = "MIT" repository = "https://github.com/zhiburt/tabled" [lib] name = "static_table" path = "src/lib.rs" proc-macro = true [[example]] name = "static_pool_table" path = "examples/static_pool_table.rs" [[example]] name = "static_table" path = "examples/static_table.rs" [[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" [dependencies.proc-macro-error2] version = "2.0.1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["parsing"] [dependencies.tabled] version = "0.17" features = ["std"] default-features = false [dev-dependencies.testing_table] version = "0.2" features = ["ansi"] [features] ansi = ["tabled/ansi"] derive = ["tabled/derive"] macros = ["tabled/macros"]