[package] name = "rrd" version = "0.1.1" edition = "2021" authors = ["Mark Swaanenburg"] license = "MIT/Apache-2.0" keywords = ["rrd"] readme = "README.md" documentation = "https://docs.rs/rrd" repository = "https://github.com/cygnus9/rrd-rust" homepage = "https://github.com/cygnus9/rrd-rust" description = """ Bindings to librrd to create and interact with round robin databases created with Tobias Oetiker's rrdtool (https://www.rrdtool.org/). """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.126" thiserror = "1.0.31" [target.'cfg(macos)'.build-dependencies] pkg-config = "0.3.25" [target.'cfg(unix)'.build-dependencies] pkg-config = "0.3.25"