tar-install 0.2.0

Library core for safely installing Linux app tarballs into desktop-friendly locations.
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 = "2021"
name = "tar-install"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library core for safely installing Linux app tarballs into desktop-friendly locations."
homepage = "https://packages.tamkungz.me/apps/tarminal/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/TamKungZ/tarminal-tar-install"

[package.metadata.deb]
depends = "libc6 (>= 2.34), liblzma5 (>= 5.1.1alpha+20120614), tar-install (>= 0.2.0), $auto"
extended-description = """
Core package for Tarminal.
This package provides the tar-install command stub and shared project identity.
"""
maintainer = "TamKungZ_ <dev@tamkungz.me>"
priority = "optional"
section = "utils"

[package.metadata.generate-rpm]
summary = "Core library package for Tarminal"

[[package.metadata.generate-rpm.assets]]
dest = "/usr/bin/tar-install"
mode = "755"
source = "../../target/release/tar-install"

[lib]
name = "tar_install"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[bin]]
name = "tar-install"
path = "src/bin/tar-install.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bzip2]
version = "0.4"

[dependencies.flate2]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.walkdir]
version = "2"

[dependencies.xz2]
version = "0.1"