# 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" rust-version = "1.57" name = "split-csv" version = "0.1.2" authors = ["AOx0 "] description = "Split a lage csv file into multiple files" homepage = "https://github.com/AOx0/csv-split" readme = "Readme.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/AOx0/csv-split" resolver = "2" [lib] name = "spcsv" path = "core/lib.rs" [[bin]] name = "spcsv" path = "src/main.rs" [[test]] name = "spcsv-tests" path = "tests/tests.rs" [dependencies.clap] version = "3.0.6" features = ["derive"] [dependencies.fs_extra] version = "1.2.0" [dependencies.futures] version = "0.3.19" [dependencies.indexed_file] version = "0.1.2" [dependencies.tokio] version = "1.15.0" features = ["full"] [dev-dependencies.lazy_static] version = "1.4.0"