# 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 = "easycsv" version = "0.2.9" description = "A command line csv parser and toolkit for navigating and filtering data from csv files" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.grep] version = "0.3.1" [dependencies.grep-cli] version = "0.1.10" [dependencies.libc] version = "0.2.155" [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117"