libcontract-sys 1.0.0

native bindings to libcontract(3LIB), the illumos contract(5) management library
[dependencies.libc]
version = "0.2"

[dependencies.num-derive]
version = "0.3"

[dependencies.num-traits]
version = "0.2"

[features]
default = []
private = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "native bindings to libcontract(3LIB), the illumos contract(5) management library"
edition = "2021"
keywords = ["contract", "illumos", "libcontract", "process"]
license = "MIT OR Apache-2.0"
name = "libcontract-sys"
readme = "README.md"
repository = "https://github.com/illumos/libcontract-sys"
version = "1.0.0"