[build-dependencies.bindgen]
version = "0.71.1"
[lib]
name = "rrd_sys"
path = "src/lib.rs"
[package]
authors = ["Mark Swaanenburg", "Marshall Pierce"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings"]
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.2"
[target."cfg(macos)".build-dependencies.pkg-config]
version = "0.3"
[target."cfg(unix)".build-dependencies.pkg-config]
version = "0.3"