bubblewrap-sys 0.7.0

Builds and bundles bwrap from bubblewrap
docs.rs failed to build bubblewrap-sys-0.7.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: bubblewrap-sys-0.8.2

bubblewrap-sys: Builds and bundles the bwrap binary from bubblewrap.

Bubblewrap provides lightweight sandboxing via Linux namespaces. This crate builds bwrap from source and exports the binary path via cargo:bwrap_BOXLITE_DEP for bundling.

Platform Support

  • Linux: Builds bwrap using Meson
  • macOS/Windows: Skips build (bubblewrap is Linux-only)

Build Dependencies

On Linux, the following must be installed:

  • meson (build system)
  • ninja-build (build backend)
  • libcap-dev (Linux capabilities library)