ardent 0.3.0

Opinionated formatter for NSIS scripts
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 = "ardent"
version = "0.3.0"
authors = ["Jan T. Sott"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Opinionated formatter for NSIS scripts"
readme = "README.md"
license = "MIT"
repository = "https://github.com/idleberg/ardent"

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

[[bin]]
name = "ardent"
path = "src/main.rs"

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

[dependencies.glob]
version = "0.3"

[dependencies.peg]
version = "0.8"

[profile.release]
lto = true
strip = true