autoconf-rs-cli 0.1.54

CLI harness for autoconf-rs tools: autoconf, autoheader, autom4te, autoreconf, aclocal, autoscan, autoupdate, ifnames
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"
name = "autoconf-rs-cli"
version = "0.1.54"
authors = ["infinityabundance <255699974+infinityabundance@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI harness for autoconf-rs tools: autoconf, autoheader, autom4te, autoreconf, aclocal, autoscan, autoupdate, ifnames"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/infinityabundance/autoconf-rs"

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

[[bin]]
name = "aclocal"
path = "src/main_aclocal.rs"

[[bin]]
name = "autoconf"
path = "src/main_autoconf.rs"

[[bin]]
name = "autoheader"
path = "src/main_autoheader.rs"

[[bin]]
name = "autom4te"
path = "src/main_autom4te.rs"

[[bin]]
name = "autoreconf"
path = "src/main_autoreconf.rs"

[[bin]]
name = "autoscan"
path = "src/main_autoscan.rs"

[[bin]]
name = "autoupdate"
path = "src/main_autoupdate.rs"

[[bin]]
name = "ifnames"
path = "src/main_ifnames.rs"

[dependencies.autoconf-rs-core]
version = "0.1.35"