# 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 = "2018" name = "catcsv" version = "1.0.0" authors = ["Eric Kidd "] description = "Concatenate directories of (possibly-compressed CSV) files into one CSV file" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/faradayio/catcsv" [dependencies.csv] version = "1" [dependencies.docopt] version = "1" [dependencies.env_logger] version = "0.9.0" [dependencies.error-chain] version = "0.12.4" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.123" [dependencies.snap] version = "1" [dependencies.walkdir] version = "2.3" [dev-dependencies.cli_test_dir] version = "0.1.2"