buup 0.25.5

Core transformation library with zero dependencies
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 = "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"