[package]
edition = "2021"
name = "autoconf-rs-cli"
version = "0.1.45"
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"