libsplinter-sys 1.2.0

Native FFI bindings to libsplinter, the shared-memory splinter core. Vendored C sources are built from source; no system install required.
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 = "2021"
rust-version = "1.74"
name = "libsplinter-sys"
version = "1.2.0"
authors = ["Tim Post <timthepost@protonmail.com>"]
build = "build.rs"
links = "splinter"
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, the shared-memory splinter core. Vendored C sources are built from source; no system install required."
homepage = "https://github.com/splinterhq/libsplinter"
readme = "README.md"
keywords = [
    "ffi",
    "bindings",
    "splinter",
    "shared-memory",
    "ipc",
]
categories = [
    "external-ffi-bindings",
    "memory-management",
]
license = "Apache-2.0"
repository = "https://github.com/splinterhq/libsplinter"

[lib]
name = "libsplinter_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"