# 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 = "loghawk" version = "0.1.1" authors = ["Jan Starke "] description = "A cli tool to display large CSV files" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/janstarke/loghawk" [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "^4" features = [ "derive", "wrap_help", ] [dependencies.clio] version = "0.3.5" features = ["clap-parse"] [dependencies.crossterm] version = "0.27.0" [dependencies.csv] version = "1.3.0" [dependencies.encoding_rs] version = "0.8.34" [dependencies.getset] version = "0.1.2" [dependencies.ratatui] version = "0.26.0" [dependencies.unicode-segmentation] version = "1.7.1" [dependencies.unicode-width] version = "0.1.13"