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