# 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 = "lzma_tarball" version = "0.1.0" authors = ["Drew Chase"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple library for reading and writing tarballs with lzma compression." readme = "README.md" keywords = [ "tarball", "compression", "archive", "lzma", "tar", ] categories = [ "compression", "filesystem", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/Drew-Chase/lzma_tarball" [lib] name = "lzma_tarball" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["now"] [dependencies.log] version = "0.4.22" optional = true [dependencies.tar] version = "0.4.43" [dependencies.walkdir] version = "2.5.0" [dependencies.xz2] version = "0.1.7" features = [ "tokio", "tokio-io", ] [features] compression = [] decompression = [] log = ["dep:log"]