# 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 = "db-dump-concat" version = "0.1.3" authors = ["David Tolnay "] description = "Tool to concatenate crates.io database dumps" keywords = ["crates-io"] categories = [ "encoding", "database", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/db-dump" [[bin]] name = "db-dump-concat" path = "main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = [ "deprecated", "derive", ] [dependencies.csv] version = "1.1" [dependencies.flate2] version = "1.0" [dependencies.glob] version = "0.3" [dependencies.memmap] version = "0.7" [dependencies.serde] version = "1.0.194" [dependencies.serde_derive] version = "1.0.194" [dependencies.tar] version = "0.4"