# 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 = "rc-zip-sync" version = "4.2.3" authors = ["Amos Wenger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Synchronous zip reading on top of rc-zip" readme = "README.md" keywords = [ "zip", "unzip", ] categories = ["compression"] license = "Apache-2.0 OR MIT" repository = "https://github.com/fasterthanlime/rc-zip" [lib] name = "rc_zip_sync" path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.oval] version = "2.0.0" [dependencies.positioned-io] version = "0.3.3" optional = true [dependencies.rc-zip] version = "5.1.3" [dependencies.tracing] version = "0.1.40" [features] bzip2 = ["rc-zip/bzip2"] default = [ "file", "deflate", ] deflate = ["rc-zip/deflate"] deflate64 = ["rc-zip/deflate64"] file = ["positioned-io"] lzma = ["rc-zip/lzma"] zstd = ["rc-zip/zstd"]