collectd-plugin 0.2.0

Provides ergonomic API ontop of collectd's C interface and macro for defining plugins easier
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "collectd-plugin"
version = "0.2.0"
authors = ["Nick Babcock <nbabcock19@hotmail.com>"]
description = "Provides ergonomic API ontop of collectd's C interface and macro for defining plugins easier"
readme = "README.md"
keywords = ["collectd", "plugin"]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/nickbabcock/collectd-rust-plugin"
[dependencies.bitflags]
version = "1.0"

[dependencies.chrono]
version = "0.4.0"

[dependencies.failure]
version = "0.1.1"
[build-dependencies.bindgen]
version = "0.31.3"
optional = true

[features]
collectd-54 = []
collectd-55 = []
collectd-57 = []
default = []