podup 0.5.5

Translate and run docker-compose files on rootless Podman
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.85"
name = "podup"
version = "0.5.5"
build = false
exclude = [
    "/.github",
    "/debian",
    "/docs",
    "/install.sh",
    "/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Translate and run docker-compose files on rootless Podman"
homepage = "https://github.com/Glyndor/podup"
readme = "README.md"
keywords = [
    "podman",
    "compose",
    "containers",
    "docker-compose",
    "rootless",
]
categories = [
    "command-line-utilities",
    "virtualization",
]
license = "Apache-2.0"
repository = "https://github.com/Glyndor/podup"

[features]
default = ["watch"]
test-helpers = []
watch = ["notify"]

[lib]
name = "podup"
path = "internal/lib.rs"

[[bin]]
name = "podup"
path = "internal/main.rs"

[dependencies.bollard]
version = "0.21"

[dependencies.bytes]
version = "1"

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

[dependencies.flate2]
version = "1.0"

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

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.notify]
version = "8"
optional = true

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

[dependencies.serde_yaml]
version = "0.10"
package = "serde_yaml_ng"

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

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.temp-env]
version = "0.3"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true