capsicum 0.4.5

Simple intuitive Rust bindings for the FreeBSD capsicum framework
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"
rust-version = "1.82.0"
name = "capsicum"
version = "0.4.5"
authors = ["Dan Robertson <dan@dlrobertson.com>"]
build = "build.rs"
include = [
    "src/**/*",
    "test/**/*",
    "build.rs",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Simple intuitive Rust bindings for the FreeBSD capsicum framework
"""
readme = "README.md"
keywords = [
    "sandbox",
    "FreeBSD",
    "capsicum",
]
categories = ["os::freebsd-apis"]
license = "MPL-2.0"
repository = "https://github.com/dlrobertson/capsicum-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = ["x86_64-unknown-freebsd"]

[features]
casper = [
    "casper-sys",
    "dep:libnv",
    "dep:libnv-sys",
]

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

[dependencies.casper-sys]
version = "0.1.3"
optional = true

[dependencies.ctor]
version = "0.2.9"

[dependencies.libc]
version = "0.2.156"
features = ["extra_traits"]

[dependencies.libnv]
version = "0.5.1"
features = ["libnv"]
optional = true
default-features = false

[dependencies.libnv-sys]
version = "0.3.1"
optional = true

[dev-dependencies.cap-std]
version = "3.0"

[dev-dependencies.nix]
version = ">=0.27.0,<0.30.0"
features = [
    "fs",
    "ioctl",
    "process",
    "socket",
]
default-features = false

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

[build-dependencies.version_check]
version = "0.9.4"