# 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 = "csv_transform" version = "0.1.0" authors = ["baabcantcode"] exclude = ["test_csvs/*"] description = "A tool to read and transform CSVs with sqlite queries" homepage = "https://github.com/baabcantcode/organize/tree/master/csv_transform" readme = "README.md" keywords = [ "cli", "sql", "sqlite", "csv", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/baabcantcode/organize/tree/master/csv_transform" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.csv] version = "1" [dependencies.sqlx] version = "0.6" features = [ "runtime-tokio-native-tls", "sqlite", "offline", ] [dependencies.tokio] version = "1" features = [ "rt", "macros", ]