# 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 = "geochunk" version = "1.0.0" authors = ["Eric Kidd "] description = "Split a CSV semi-evenly based on ZIP population stats" homepage = "http://blog.faraday.io/geochunk-fast-intelligent-splitting-for-piles-of-address-data/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/faradayio/csv-tools" [dependencies.csv] version = "1" [dependencies.docopt] version = "1.1" [dependencies.env_logger] version = "0.9.0" [dependencies.error-chain] version = "0.12.4" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.4.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.snap] version = "1.0.4" [dependencies.walkdir] version = "2.3.1" [dev-dependencies.cli_test_dir] version = "0.1.2"