rdebootstrap 0.3.0

Debian/Ubuntu bootstrapper that builds a root filesystem tree from a lockable manifest.
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"
rust-version = "1.89"
name = "rdebootstrap"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Debian/Ubuntu bootstrapper that builds a root filesystem tree from a lockable manifest."
homepage = "https://github.com/growler/rdebootstrap.rs"
documentation = "https://docs.rs/debrepo"
readme = "README.md"
keywords = [
    "debian",
    "deb",
    "debootstrap",
    "rootfs",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/growler/rdebootstrap.rs"

[package.metadata.cargo-machete]
ignored = ["anyhow"]

[lib]
name = "rdebootstrap"
path = "cmd/cli.rs"

[[bin]]
name = "rdebootstrap"
path = "cmd/main.rs"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.clap]
version = "4.5.48"
features = [
    "derive",
    "env",
]

[dependencies.debrepo]
version = "0.3.0"

[dependencies.futures]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.once_cell]
version = "1.21"

[dependencies.smol]
version = "2"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "env-filter",
    "fmt",
    "std",
]
default-features = false