totebag 0.8.16

An API for extracting/archiving files and directories in multiple formats.
Documentation
# 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 = "2024"
name = "totebag"
version = "0.8.16"
authors = ["Haruaki Tamada <tamada_f@ke_cafebabe.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An API for extracting/archiving files and directories in multiple formats."
readme = "README.md"
keywords = [
    "archiver",
    "extractor",
    "compression",
]
categories = [
    "development-tools",
    "compression",
    "filesystem",
]
license-file = "LICENSE"
repository = "https://github.com/tamada/totebag"

[lib]
name = "totebag"
path = "src/lib.rs"

[dependencies.ar]
version = "0.9.0"

[dependencies.bzip2]
version = "0.6.1"

[dependencies.cab]
version = "0.6.0"

[dependencies.chrono]
version = "0.4.39"
features = ["serde"]

[dependencies.clap]
version = "4.5.27"
features = ["derive"]

[dependencies.cpio]
version = "0.2.5"
package = "kpea"

[dependencies.crc]
version = "3.4"

[dependencies.delharc]
version = "0.6.1"
features = [
    "lh1",
    "lz",
]

[dependencies.env_logger]
version = "0.11.6"

[dependencies.flate2]
version = "1.0.35"

[dependencies.humansize]
version = "2.1.3"

[dependencies.ignore]
version = "0.4.23"

[dependencies.infer]
version = "0.19.0"

[dependencies.log]
version = "0.4.25"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde-xml-rs]
version = "0.8.1"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sevenz-rust]
version = "0.6.0"

[dependencies.tar]
version = "0.4.43"

[dependencies.time]
version = "0.3.37"

[dependencies.typed-builder]
version = "0.23.2"

[dependencies.unrar]
version = "0.5.7"

[dependencies.xz2]
version = "0.1.7"

[dependencies.zip]
version = "6.0.0"

[dependencies.zstd]
version = "0.13.2"