# 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 = "table_output" version = "0.1.0" authors = ["Westly Ward "] description = "Make a table once, output to html, csv, json, and/or a pretty printed table meant for your terminal" homepage = "https://github.com/sonicrules1234/table_output" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/sonicrules1234/table_output" resolver = "2" [dependencies.csv] version = "1.1.6" [dependencies.html-escape] version = "0.2.9" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.73" [dependencies.termsize] version = "0.1.6" [dependencies.textwrap] version = "0.14.2"