# 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 = "cab" version = "0.6.0" 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.2.5" [dependencies.time] version = "0.3" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.clap] version = "4.4" features = [ "color", "suggestions", "derive", "wrap_help", "unicode", ] [dev-dependencies.lipsum] version = "0.9" [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", ]