[package] name = "librrd-sys" authors = ["Fox Box "] version = "0.1.79" edition = "2021" license = "GPL-3.0" keywords = ["rrd", "rrdtool"] readme = "README.md" documentation = "https://github.com/foxboxpdx/librrd-sys" repository = "https://github.com/foxboxpdx/librrd-sys" homepage = "https://github.com/foxboxpdx/librrd-sys" description = """ Rust FFI library wrapping librrd for interacting with round robin databases created with Tobias Oetiker's rrdtool (https://www.rrdtool.org/). """ [dependencies] libc = "0.2" [build-dependencies] bindgen = "0.69.4"