rrd-sys 0.1.4

Bindings to librrd to create and interact with round robin databases created with Tobias Oetiker's rrdtool (https://www.rrdtool.org/).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"