cargo-ibuild 1.1.1

cargo-ibuild
[package]
edition = "2021"
name = "cargo-ibuild"
version = "1.1.1"
exclude = [
    "dist/*",
    "ibuild.toml",
]
description = "cargo-ibuild"
license = "MIT OR Apache-2.0"

[dependencies]
custom_error = "1.9.2"
dirs = "5.0.1"
lazy_static = "1.4.0"
regex = "1.9.6"
shlex = "1.2.0"
tinyget = { version = "1.0.1", features = ["https"] }
toml = "0.8.2"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true