[dependencies.build-target]
version = "0.4.0"
[dependencies.derive_builder]
version = "0.20.2"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.8"
[lib]
name = "packer_rs"
path = "src/lib.rs"
[package]
authors = ["Tristan J. Poland <redstonecrafter126@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A Rust wrapper for HashiCorp Packer CLI"
documentation = "https://docs.rs/packer_rs"
edition = "2021"
keywords = ["packer", "hashicorp", "infrastructure", "automation"]
license = "MIT"
name = "packer_rs"
readme = "README.md"
repository = "https://github.com/tristanpoland/packer_rs"
version = "0.2.0"