[package]
edition = "2021"
name = "buup"
version = "0.25.5"
authors = ["Ben Letchford <me@benletchford.com>"]
build = false
include = [
"src",
"Cargo.toml",
"Cargo.lock",
"README.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core transformation library with zero dependencies"
homepage = "https://benletchford.github.io/buup/"
documentation = "https://github.com/benletchford/buup"
readme = "README.md"
license = "MIT"
repository = "https://github.com/benletchford/buup"
[lib]
name = "buup"
path = "src/lib.rs"
[[bin]]
name = "buup"
path = "src/cli.rs"
[dependencies]
[profile.android-dev]
inherits = "dev"
[profile.release]
lto = true
codegen-units = 1
strip = true
[profile.server-dev]
inherits = "dev"
[profile.wasm-dev]
opt-level = 1
inherits = "dev"