clap_reverse 0.1.1

Derive macro for building `std::process:Command` from a Rust struct
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"
name = "clap_reverse"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro for building `std::process:Command` from a Rust struct"
readme = "README.md"
keywords = ["cli"]
license = "MIT"
repository = "https://gitlab.com/h45h/clap_reverse"

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

[[example]]
name = "basic_echo_dynamic_binary"
path = "examples/basic_echo_dynamic_binary.rs"

[[example]]
name = "basic_echo_static_binary"
path = "examples/basic_echo_static_binary.rs"

[[example]]
name = "tar"
path = "examples/tar.rs"

[dependencies.clap_reverse_derive]
version = "0.1"

[dependencies.clap_reverse_impl]
version = "0.1"