cageforge-bwrap 0.7.0

Builds the pinned Bubblewrap resource used by Cageforge on Linux
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 = "2024"
rust-version = "1.88"
name = "cageforge-bwrap"
version = "0.7.0"
authors = ["Mansur Azatbek <mansur62624@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Builds the pinned Bubblewrap resource used by Cageforge on Linux"
readme = "README.md"
license = "Apache-2.0 AND LGPL-2.1-or-later"
repository = "https://github.com/m62624/cageforge"
resolver = "2"

[package.metadata.dist]
dist = false

[package.metadata.docs.rs]
targets = []

[features]
build-from-source = [
    "dep:cc",
    "dep:pkg-config",
]
default = ["build-from-source"]
embedded = []

[lib]
name = "cageforge_bwrap"
path = "src/lib.rs"

[[bin]]
name = "cageforge-bwrap"
path = "src/main.rs"
required-features = ["build-from-source"]

[[test]]
name = "bwrap"
path = "tests/bwrap.rs"

[dependencies.sha2]
version = "0.11.0"

[dev-dependencies.tempfile]
version = "3.27.0"

[build-dependencies.cc]
version = "1.4.4"
optional = true

[build-dependencies.pkg-config]
version = "0.3.34"
optional = true

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "deny"