buup 0.3.0

Core transformation library with zero dependencies
Documentation
[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.letchford.cloud"
include = ["src", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE"]
license = "MIT"
name = "buup"
readme = "README.md"
repository = "https://github.com/benletchford/buup"
version = "0.3.0"

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

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

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