# 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-splitter" version = "0.2.1" authors = ["patterns-complexity"] description = "Splits CSV files into chunks by line count. Supports chunk upload to RabbitMQ." license = "MIT" repository = "https://github.com/patterns-complexity/csv-splitter.git" [dependencies.args] version = "2.2.0" [dependencies.chardet] version = "0.2.4" [dependencies.dotenv] version = "0.15.0" [dependencies.encoding_rs] version = "0.8.33" [dependencies.getopts] version = "0.2.21" [dependencies.lapin] version = "2.3.1" [dependencies.tokio] version = "1.32.0" features = ["full"]