json_to_table 0.13.0

A library for pretty print JSON as a table
Documentation
# 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 = "json_to_table"
version = "0.13.0"
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for pretty print JSON as a table"
homepage = "https://github.com/zhiburt/tabled"
documentation = "https://docs.rs/json_to_table"
readme = "README.md"
keywords = [
    "table",
    "print",
    "pretty-table",
    "format",
    "json",
]
categories = [
    "text-processing",
    "visualization",
]
license = "MIT"
repository = "https://github.com/zhiburt/tabled"

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

[lib]
name = "json_to_table"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.21"
features = ["std"]
default-features = false

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