rrd-sys 0.1.0

Bindings to librrd to create and interact with round robin databases created with Tobias Oetiker's rrdtool (https://www.rrdtool.org/).
[build-dependencies.bindgen]
version = "0.71"

[lib]
name = "rrd_sys"
path = "src/lib.rs"

[package]
authors = ["Mark Swaanenburg"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = """
Bindings to librrd to create and interact with round robin databases created with Tobias
Oetiker's rrdtool (https://www.rrdtool.org/).
"""
documentation = "https://docs.rs/rrd"
edition = "2021"
homepage = "https://github.com/cygnus9/rrd-rust"
keywords = ["rrd", "sys"]
license = "MIT/Apache-2.0"
name = "rrd-sys"
readme = "README.md"
repository = "https://github.com/cygnus9/rrd-rust"
version = "0.1.0"

[target."cfg(macos)".build-dependencies.pkg-config]
version = "0.3"

[target."cfg(unix)".build-dependencies.pkg-config]
version = "0.3"