# 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 = "2021" name = "term-data-table" version = "0.2.3" authors = [ "Ryan Bluth ", "Richard Dodd ", ] include = [ "src", "Cargo.toml", "LICENSE", ] description = "Tables to render data in CLI apps" readme = "README.md" keywords = [ "table", "cli", "terminal", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/derekdreery/term-data-table" resolver = "2" [dependencies.anyhow] version = "1.0.58" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.137" [dependencies.serde_json] version = "1.0.82" [dependencies.term-data-table-derive] version = "0.1.0" [dependencies.terminal_size] version = "0.1.17" [dependencies.unicode-linebreak] version = "0.1.2" [dependencies.unicode-width] version = "0.1" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.serde] version = "1.0.137" features = ["derive"]