winget-bundle 0.1.1

A package manager wrapper for Windows (winget, msstore, and scoop), inspired by Homebrew's bundle subcommand.
# 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 = "2024"
name = "winget-bundle"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A package manager wrapper for Windows (winget, msstore, and scoop), inspired by Homebrew's bundle subcommand."
readme = "README.md"
license = "MIT"
repository = "https://github.com/progre/winget-bundle"

[[bin]]
name = "winget-bundle"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"
features = ["backtrace"]

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

[dependencies.const_format]
version = "0.2.35"

[dependencies.futures]
version = "0.3.32"

[dependencies.itertools]
version = "0.14.0"

[dependencies.pest]
version = "2.8.6"

[dependencies.pest_derive]
version = "2.8.6"

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

[dependencies.smol]
version = "2.0.2"

[dependencies.terminal_size]
version = "0.4.3"

[dependencies.toml]
version = "1.0.3"

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.uutils_term_grid]
version = "0.7.0"