toml_to_table 0.8.0

A library for pretty print TOML as a table
Documentation
[dependencies.tabled]
default-features = false
features = ["std"]
version = "0.20"

[dependencies.toml]
version = "0.8"

[dev-dependencies.tabled]
default-features = false
features = ["std", "assert"]
version = "0.20"

[[example]]
name = "toml_collapse"
path = "examples/toml_collapse.rs"

[[example]]
name = "toml_plain"
path = "examples/toml_plain.rs"

[[example]]
name = "toml_to_string"
path = "examples/toml_to_string.rs"

[[example]]
name = "toml_to_string_collapsed"
path = "examples/toml_to_string_collapsed.rs"

[features]
ansi = ["tabled/ansi"]
derive = ["tabled/derive"]
macros = ["tabled/macros"]

[lib]
name = "toml_to_table"
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 = "A library for pretty print TOML as a table"
documentation = "https://docs.rs/ron_to_table"
edition = "2018"
homepage = "https://github.com/zhiburt/tabled"
keywords = ["table", "print", "pretty-table", "format", "toml"]
license = "MIT"
name = "toml_to_table"
readme = "README.md"
repository = "https://github.com/zhiburt/tabled"
version = "0.8.0"

[[test]]
name = "collapse_tests"
path = "tests/collapse_tests.rs"

[[test]]
name = "plain_tests"
path = "tests/plain_tests.rs"