cargo-piston 0.4.0

Utility tool for streamlining the configuration of rust binaries for various operating systems
# 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 = "cargo-piston"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility tool for streamlining the configuration of rust binaries for various operating systems"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dav-anderson/cargo-piston"

[[bin]]
name = "cargo-piston"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.57"

[dependencies.cargo-subcommand]
version = "0.12"

[dependencies.cargo_metadata]
version = "0.23.1"

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

[dependencies.env_logger]
version = "0.10"

[dependencies.image]
version = "0.25.9"

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

[dependencies.serde_json]
version = "1.0.145"