chroot-deploy 0.1.2

A program able to deploy and work with a chroot environment in a quick manner.
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 = "chroot-deploy"
version = "0.1.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "chroot-deploy"
description = """
A program able to deploy and work with a chroot environment in a quick
manner.
"""
homepage = "https://github.com/d-e-s-o/chroot-deploy"
readme = "README.md"
keywords = [
    "async",
    "chroot",
    "linux",
]
categories = [
    "accessibility",
    "api-bindings",
    "asynchronous",
    "command-line-utilities",
    "os::unix-apis",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/d-e-s-o/chroot-deploy.git"

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

[[bin]]
name = "chroot-deploy"
path = "src/main.rs"

[[bin]]
name = "shell-complete"
path = "var/shell-complete.rs"
required-features = ["clap_complete"]

[dependencies.anyhow]
version = "1.0.68"

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

[dependencies.clap_complete]
version = "4.1.1"
optional = true

[dependencies.fs4]
version = "0.13"
features = ["tokio"]
default-features = false

[dependencies.futures-util]
version = "0.3.30"
features = [
    "async-await-macro",
    "std",
]
default-features = false

[dependencies.libc]
version = "0.2"

[dependencies.tar]
version = "0.4.40"
default-features = false

[dependencies.tokio]
version = "1.0"
features = [
    "fs",
    "io-util",
    "macros",
    "process",
    "rt",
    "time",
]
default-features = false

[dependencies.xz2]
version = "0.1.7"
default-features = false

[dev-dependencies.tempfile]
version = "3.8.1"

[build-dependencies.anyhow]
version = "1.0.68"

[build-dependencies.grev]
version = "0.1.3"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
incremental = false