# 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 = "cab" version = "0.4.1" authors = ["Matthew D. Steele "] description = "Read/write Windows cabinet (CAB) files" readme = "README.md" keywords = [ "archive", "cab", "cabinet", "windows", ] license = "MIT" repository = "https://github.com/mdsteele/rust-cab" [dependencies.byteorder] version = "1" [dependencies.flate2] version = "1" features = ["rust_backend"] default-features = false [dependencies.lzxd] version = "0.1.4" [dependencies.time] version = "0.3" [dev-dependencies.anyhow] version = "1.0.43" [dev-dependencies.clap] version = "2.27" [dev-dependencies.lipsum] version = "0.8" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.time] version = "0.3" features = ["macros"] [dev-dependencies.winapi] version = "0.3" features = [ "basetsd", "minwindef", "winnt", ]