[package]
name = "libsplinter-persist-sys"
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."
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
readme = "README.md"
keywords = ["ffi", "bindings", "splinter", "persistent", "ipc"]
categories = ["external-ffi-bindings", "memory-management"]
links = "splinter_p"
include = [
"src/**/*.rs",
"build.rs",
"csrc/**",
"README.md",
"Cargo.toml",
]
[lib]
crate-type = ["rlib"]
[build-dependencies]
bindgen.workspace = true
cc.workspace = true
[dependencies]
libc.workspace = true