ansible-wrapper 2026.9.13

Wrapper around various Ansible commands to automatically manage dependencies
# 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"
rust-version = "1.87.0"
name = "ansible-wrapper"
version = "2026.9.13"
authors = ["Sebastian Hoß <seb@xn--ho-hia.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper around various Ansible commands to automatically manage dependencies"
homepage = "https://github.com/metio/ansible-wrapper"
readme = "README.md"
keywords = [
    "ansible",
    "python",
    "wrapper",
]
categories = ["command-line-utilities"]
license = "0BSD"
repository = "https://github.com/metio/ansible-wrapper"

[[bin]]
name = "ansible-wrapper"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.rust-ini]
version = "0.21"

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_yaml_ng]
version = "0.10.0"

[dependencies.toml]
version = "1.1.2"

[dependencies.which]
version = "8.0.3"

[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"