# 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 = "cra" version = "0.1.4" authors = ["Chrontax"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple library for extracting/archiving in multiple formats fully in memory" homepage = "https://github.com/chrontax/cra" readme = "README.md" keywords = [ "archive", "extract", "compress", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/chrontax/cra" [lib] name = "cra" path = "src/lib.rs" [[test]] name = "sevenz" path = "tests/sevenz.rs" [[test]] name = "tar" path = "tests/tar.rs" [[test]] name = "zip" path = "tests/zip.rs" [dependencies.infer] version = "0.16.0" [dependencies.sevenz-rust] version = "0.6.0" [dependencies.tar] version = "0.4.40" [dependencies.thiserror] version = "2.0.3" [dependencies.zip] version = "2.2.0" [target.'cfg(not(target_os = "windows"))'.dependencies.uzers] version = "0.12.0"