gen-circleci-orb 0.0.21

Generate a CircleCI orb to provide the facilities offered by a CLI program
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"
rust-version = "1.85"
name = "gen-circleci-orb"
version = "0.0.21"
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate a CircleCI orb to provide the facilities offered by a CLI program"
readme = "README.md"
keywords = [
    "circleci",
    "orb",
    "codegen",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jerus-org/gen-circleci-orb"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/gen-circleci-orb-v{ version }/gen-circleci-orb-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"

[features]
integration = []

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

[[bin]]
name = "gen-circleci-orb"
path = "src/main.rs"

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.anyhow]
version = "1.0.102"

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

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

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

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

[dev-dependencies.trycmd]
version = "1.2.0"