# 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 = "warc-parquet" version = "0.6.1" description = "A utility for converting WARC to Parquet." readme = "README.md" keywords = [ "warc", "parquet", "arrow", ] license = "MIT" repository = "https://github.com/maxcountryman/warc-parquet" [dependencies.arrow] version = "46.0.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "4.4.0" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.libflate] version = "2.0.0" [dependencies.parquet] version = "46.0.0" [dependencies.warc] version = "0.3.1" [dev-dependencies.tempfile] version = "3.8.0"