kcapi-sys 1.5.0

Official low-level Rust bindings for libkcapi
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 = "2018"
name = "kcapi-sys"
version = "1.5.0"
build = "build.rs"
exclude = [
    "/libkcapi/.git",
    "/libkcapi/.git/**",
    "/libkcapi/apps/*.1",
    "/libkcapi/kernel-patches/**",
    "/libkcapi/speed-test/**",
    "/libkcapi/test/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official low-level Rust bindings for libkcapi"
homepage = "https://github.com/puru1761/kcapi-sys"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/puru1761/kcapi-sys/"

[features]
default = ["vendored-kcapi"]
local-kcapi = []
vendored-kcapi = []

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

[dependencies]

[dev-dependencies.libc]
version = "0.2"

[build-dependencies.autotools]
version = "0.2"

[build-dependencies.bindgen]
version = "0.69"

[build-dependencies.fs_extra]
version = "1.2.0"