# 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 = "csvlens" version = "0.10.1" authors = ["Yung Siang Liau "] build = false exclude = [ ".github/*", "tests/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Command line csv viewer" homepage = "https://github.com/YS-L/csvlens" readme = "README.md" keywords = [ "cli", "csv", "viewer", "pager", "tui", ] license = "MIT" repository = "https://github.com/YS-L/csvlens" [profile.dist] lto = "thin" inherits = "release" [profile.release] strip = "debuginfo" [lib] name = "csvlens" path = "src/lib.rs" [[bin]] name = "csvlens" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.arboard] version = "3.3.2" features = ["wayland-data-control"] optional = true [dependencies.arrow] version = "50.0.0" features = ["csv"] default-features = false [dependencies.clap] version = "4.2" features = ["derive"] [dependencies.crossterm] version = "0.27.0" features = ["use-dev-tty"] [dependencies.csv] version = "1.2" [dependencies.csv-sniffer] version = "0.3.1" [dependencies.ratatui] version = "0.25.0" [dependencies.regex] version = "1.8" [dependencies.sorted-vec] version = "0.8.3" [dependencies.tempfile] version = "3.5" [dependencies.thiserror] version = "1.0.63" [dependencies.tui-input] version = "0.8" features = ["crossterm"] [features] clipboard = ["dep:arboard"] default = ["clipboard"] [target."cfg(windows)".dependencies.crossterm] version = "0.27.0"