# 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" name = "libcontract-sys" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "native bindings to libcontract(3LIB), the illumos contract(5) management library" readme = "README.md" keywords = [ "contract", "illumos", "libcontract", "process", ] license = "MIT OR Apache-2.0" repository = "https://github.com/illumos/libcontract-sys" [lib] name = "libcontract_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [features] default = [] private = []