cdk-ansible-cli 0.2.8

cdk-ansible is a tool to generate Ansible playbooks from Rust code.
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 = "2024"
rust-version = "1.85"
name = "cdk-ansible-cli"
version = "0.2.8"
authors = ["pollenjp <polleninjp@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cdk-ansible is a tool to generate Ansible playbooks from Rust code."
homepage = "https://github.com/pollenjp/cdk-ansible"
documentation = "https://docs.rs/cdk-ansible-cli"
readme = false
keywords = [
    "ansible",
    "cdk",
    "cdk-ansible",
]
license = "MIT"
repository = "https://github.com/pollenjp/cdk-ansible"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.cargo_toml]
version = "0.22"

[dependencies.cdk-ansible-core]
version = "0.1"

[dependencies.cdk-ansible-macro]
version = "0.1"

[dependencies.cdk-ansible-static]
version = "0.1"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "string",
    "wrap_help",
]

[dependencies.convert_case]
version = "0.8"

[dependencies.fs-err]
version = "3.3"

[dependencies.indexmap]
version = "2.13"
features = ["serde"]

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.12"

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.syn]
version = "2.0"
features = ["full"]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.9"

[dependencies.toml_edit]
version = "0.23"

[build-dependencies.anyhow]
version = "1.0"

[build-dependencies.cdk-ansible-static]
version = "0.1"

[build-dependencies.fs-err]
version = "3.3"

[build-dependencies.regex]
version = "1.12"

[lints.clippy]
absolute_paths = "allow"
arbitrary_source_item_ordering = "allow"
blanket_clippy_restriction_lints = "allow"
branches_sharing_code = "allow"
get_first = "allow"
implicit_return = "allow"
min_ident_chars = "allow"
missing_docs_in_private_items = "allow"
missing_errors_doc = "allow"
missing_inline_in_public_items = "allow"
mod_module_files = "allow"
print_stdout = "allow"
pub_use = "allow"
pub_with_shorthand = "allow"
question_mark_used = "allow"
self_named_module_files = "allow"
shadow_reuse = "allow"
shadow_same = "allow"
shadow_unrelated = "allow"
single_call_fn = "allow"
single_char_lifetime_names = "allow"
std_instead_of_alloc = "allow"
std_instead_of_core = "allow"
string_add = "allow"
string_add_assign = "allow"
too_many_lines = "allow"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.restriction]
level = "warn"
priority = -1

[lints.rust]