# 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" version = "5.1.3" authors = ["Amos Wenger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An I/O-agnostic implementation of the zip file format" 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" path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.bzip2] version = "0.4.4" optional = true [dependencies.chardetng] version = "0.1.17" [dependencies.chrono] version = "0.4.33" [dependencies.crc32fast] version = "1.3.2" [dependencies.deflate64] version = "0.1.7" optional = true [dependencies.encoding_rs] version = "0.8.33" [dependencies.lzma-rs] version = "0.3.0" features = ["stream"] optional = true [dependencies.miniz_oxide] version = "0.7.1" optional = true [dependencies.num_enum] version = "0.7.2" [dependencies.oem_cp] version = "2.0.0" [dependencies.oval] version = "2.0.0" [dependencies.ownable] version = "0.6.2" [dependencies.temp-dir] version = "0.1.12" optional = true [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [dependencies.winnow] version = "0.5.36" [dependencies.zstd] version = "0.13.0" optional = true [features] bzip2 = ["dep:bzip2"] corpus = [ "dep:temp-dir", "dep:bzip2", "dep:tracing-subscriber", ] deflate = ["dep:miniz_oxide"] deflate64 = ["dep:deflate64"] lzma = ["dep:lzma-rs"] tracing-subscriber = ["dep:tracing-subscriber"] zstd = ["dep:zstd"]