buup 0.25.4

Core transformation library with zero dependencies
Documentation
[package]
name = "buup"
version = "0.25.4"
authors = ["Ben Letchford <me@benletchford.com>"]
edition = "2021"
description = "Core transformation library with zero dependencies"
license = "MIT"
documentation = "https://github.com/benletchford/buup"
homepage = "https://benletchford.github.io/buup/"
repository = "https://github.com/benletchford/buup"
include = ["src", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE"]

[dependencies]
# Strictly no external dependencies

[workspace]
members = ["buup_web"]

[[bin]]
name = "buup"
path = "src/cli.rs"

# Utility to update README.md and generate sitemap.xml
[[bin]]
name = "update_artifacts"
path = "update_artifacts.rs"

[profile]

[profile.release]
strip = true
lto = true
codegen-units = 1

[profile.wasm-dev]
inherits = "dev"
opt-level = 1

[profile.server-dev]
inherits = "dev"

[profile.android-dev]
inherits = "dev"