packer_rs 0.2.1

A Rust wrapper for HashiCorp Packer CLI
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 = "packer_rs"
version = "0.2.1"
authors = ["Tristan J. Poland <redstonecrafter126@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust wrapper for HashiCorp Packer CLI"
documentation = "https://docs.rs/packer_rs"
readme = "README.md"
keywords = [
    "packer",
    "hashicorp",
    "infrastructure",
    "automation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/tristanpoland/packer_rs"

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

[dependencies.build-target]
version = "0.4.0"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.thiserror]
version = "2.0.9"

[dependencies.zip-extract]
version = "0.2.1"

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