# 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 = "tidy-viewer" version = "1.5.2" authors = ["alexhallam "] description = "Head, but for CSV files and with color" readme = "README.md" keywords = [ "csv", "tv", "csv-viewer", "csv-pretty-print", "csv-cat", ] categories = ["command-line-utilities"] license = "Unlicense/MIT" repository = "https://github.com/alexhallam/tv" [package.metadata.deb] assets = [ [ "target/release/tidy-viewer", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/cargo-deb/README", "644", ], ] depends = "$auto" extended-description = """ Tidy Viewer (tv) is a csv pretty printer that uses column styling to maximize viewer enjoyment. """ license-file = [ "UNLICENSE", "0", ] maintainer = "Alex Hallam " priority = "optional" section = "utility" [dependencies.atty] version = "0.2.14" [dependencies.calm_io] version = "0.1.1" [dependencies.console] version = "0.15.0" [dependencies.crossterm] version = "0.22.1" [dependencies.csv] version = "1.1.6" [dependencies.directories] version = "4.0" [dependencies.itertools] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.owo-colors] version = "3.0.1" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3.21" [dependencies.toml] version = "0.5" [dependencies.unicode-truncate] version = "0.2.0"