bndl 0.1.7

Bundle build artifacts into a redistributable archive.
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 = "bndl"
version = "0.1.7"
authors = ["Alec Mocatta <alec@mocatta.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Bundle build artifacts into a redistributable archive.
"""
homepage = "https://github.com/alecmocatta/bndl"
documentation = "https://docs.rs/bndl"
readme = "README.md"
keywords = [
    "bundle",
    "package",
    "distribute",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alecmocatta/bndl"

[badges.azure-devops]
build = "30"
pipeline = "tests"
project = "alecmocatta/bndl"

[badges.maintenance]
status = "actively-developed"

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

[[bin]]
name = "bndl"
path = "src/main.rs"

[dependencies.async-compression]
version = "0.4"
features = [
    "tokio",
    "zstd",
]

[dependencies.aws-sdk-s3]
version = "1"
features = ["rt-tokio"]
default-features = false

[dependencies.aws-smithy-http-client]
version = "1"
features = ["rustls-ring"]
default-features = false

[dependencies.aws-smithy-runtime-api]
version = "1"
default-features = false

[dependencies.aws-types]
version = "1"
default-features = false

[dependencies.base64]
version = "0.22"

[dependencies.bollard]
version = "0.20"

[dependencies.bytes]
version = "1"

[dependencies.derive-new]
version = "0.7"

[dependencies.envy]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.18"
features = ["tokio"]

[dependencies.md-5]
version = "0.10"

[dependencies.pin-project]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_with]
version = "3"

[dependencies.shlex]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "net",
    "fs",
    "process",
    "rt-multi-thread",
    "io-util",
]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tokio-tar]
version = "0.3"

[dependencies.tokio-util]
version = "0.7"
features = [
    "io",
    "io-util",
]

[dependencies.walkdir]
version = "2"