[dependencies.tabled]
default-features = false
features = ["std"]
version = "0.18"
[dev-dependencies.tabled]
default-features = false
features = ["std", "derive"]
version = "0.18"
[dev-dependencies.testing_table]
features = ["ansi"]
version = "0.2"
[[example]]
name = "html"
path = "examples/html.rs"
[features]
ansi = ["tabled/ansi"]
derive = ["tabled/derive"]
macros = ["tabled/macros"]
[lib]
name = "table_to_html"
path = "src/lib.rs"
[package]
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "visualization"]
description = "The library provides a interface to convert a `tabled::Table` into a HTML table (`<table>`)."
documentation = "https://docs.rs/table_to_html"
edition = "2018"
homepage = "https://github.com/zhiburt/tabled"
keywords = ["table", "print", "pretty-table", "format", "html"]
license = "MIT"
name = "table_to_html"
readme = "README.md"
repository = "https://github.com/zhiburt/tabled"
version = "0.7.0"
[[test]]
name = "html"
path = "tests/html.rs"
[[test]]
name = "table"
path = "tests/table.rs"