[package]
edition = "2021"
rust-version = "1.74"
name = "libsplinter-persist-sys"
version = "1.1.9"
authors = ["Tim Post <tinkertim@gmail.com>"]
build = "build.rs"
links = "splinter_p"
include = [
"src/**/*.rs",
"build.rs",
"csrc/**",
"README.md",
"Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native FFI bindings to libsplinter's persistent variant (splinter_p). Vendored C sources are built from source with SPLINTER_PERSISTENT; no system install required."
homepage = "https://github.com/splinterhq/libsplinter"
readme = "README.md"
keywords = [
"ffi",
"bindings",
"splinter",
"persistent",
"ipc",
]
categories = [
"external-ffi-bindings",
"memory-management",
]
license = "Apache-2.0"
repository = "https://github.com/splinterhq/libsplinter"
[lib]
name = "libsplinter_persist_sys"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.cc]
version = "1.0"