# 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 = "analyst" version = "0.1.0" authors = ["AX "] description = "A command line tool that supports quick browsing of csv data." homepage = "https://github.com/AXEwiges/analyst" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/AXEwiges/analyst" [lib] name = "analyst" path = "src/lib.rs" [[bin]] name = "analyst" path = "src/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.csv] version = "1.2" [dependencies.prettytable] version = "0.10" [dependencies.rayon] version = "1.7" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0" [dev-dependencies.tempfile] version = "3.5"