rrd 0.2.3

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"
version = "0.2.3"
authors = [
    "Mark Swaanenburg",
    "Marshall Pierce",
]
build = "build.rs"
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"]
categories = ["api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cygnus9/rrd-rust"

[features]
locking_mode = []

[lib]
name = "rrd"
path = "src/lib.rs"

[[example]]
name = "rrd-create"
path = "examples/rrd-create.rs"

[[example]]
name = "rrd-fetch"
path = "examples/rrd-fetch.rs"

[[example]]
name = "rrd-update"
path = "examples/rrd-update.rs"

[[test]]
name = "create"
path = "tests/create.rs"

[[test]]
name = "minimal_graph"
path = "tests/minimal_graph.rs"

[[test]]
name = "tutorial"
path = "tests/tutorial.rs"

[[test]]
name = "version"
path = "tests/version.rs"

[dependencies.bitflags]
version = "2.8.0"

[dependencies.chrono]
version = "0.4.39"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.25"

[dependencies.nom]
version = "8.0.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.rrd-sys]
version = "0.1.3"

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.tempfile]
version = "3.15"