[package]
edition = "2021"
name = "rrd-sys"
version = "0.1.4"
authors = [
"Mark Swaanenburg",
"Marshall Pierce",
]
build = "build.rs"
links = "rrd"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Bindings to librrd to create and interact with round robin databases created with Tobias
Oetiker's rrdtool (https://www.rrdtool.org/).
"""
homepage = "https://github.com/cygnus9/rrd-rust"
documentation = "https://docs.rs/rrd"
readme = "README.md"
keywords = [
"rrd",
"sys",
]
categories = ["external-ffi-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cygnus9/rrd-rust"
[lib]
name = "rrd_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.tempfile]
version = "3.15"
[target."cfg(macos)".build-dependencies.pkg-config]
version = "0.3"
[target."cfg(unix)".build-dependencies.pkg-config]
version = "0.3"