# 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 = "zip_recurse" version = "1.0.1" authors = ["alex@wiltondb.com"] include = [ "src/*.rs", "Cargo.toml", ] description = "Library that allows to ZIP directories recursively" documentation = "https://docs.rs/zip_recurse" readme = "README.md" categories = ["compression"] license = "Apache-2.0" repository = "https://github.com/wiltondb/zip_recurse" [dependencies.chrono] version = "0.4" [dependencies.zip] version = "0.6" features = ["deflate-zlib"] default-features = false