# 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.7.0" authors = ["Maxim Zhiburt "] 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" [dependencies.serde_json] version = "1" [dependencies.tabled] version = "0.15" features = ["std"] default-features = false [dev-dependencies] [features] ansi = ["tabled/ansi"] derive = ["tabled/derive"] macros = ["tabled/macros"]