kcapi-sys 0.0.3

Rust FFI bindings for libkcapi, the kernel crypto api library.
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "kcapi-sys"
version = "0.0.3"
authors = ["Matt McPherrin <git@mcpherrin.ca>"]
description = "Rust FFI bindings for libkcapi, the kernel crypto api library."
license="BSD-3-Clause"
links="kcapi"

build="src/build.rs"
repository="https://github.com/mcpherrinm/kcapi-sys.git"
homepage="https://github.com/mcpherrinm/kcapi-sys"