# 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 = "csv-zip-maker" version = "0.4.0" authors = ["aoyagikouhei "] description = "csv and zip maker" documentation = "https://docs.rs/csz-zip-maker" readme = "Readme.md" keywords = [ "csv", "zip", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/aoyagikouhei/csv-zip-maker-rs" [dependencies.csv] version = "1.3" [dependencies.tempfile] version = "3.10" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3.7" features = ["std"] [dependencies.zip] version = "0.6.6" features = [ "deflate", "time", ] default-features = false