[package]
name = "stumpless-sys"
description = "Bindings for the Stumpless logging library."
version = "0.3.0"
authors = ["Joel Anderson <joel@goatshriek.com>"]
edition = "2021"
repository = "https://github.com/goatshriek/stumpless-sys/"
license = "Apache-2.0"
keywords = ["bindings", "ffi", "library", "log", "logging"]
categories = ["external-ffi-bindings"]
[dependencies]
libc = "0.2.155"
[features]
default = ["network"]
journald = []
network = []
socket = []
sqlite = []
wel = []
[build-dependencies]
bindgen = "0.69.4"
cmake = "0.1.50"
[package.metadata.docs.rs]
features = ["network"]