[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 = "7.1.3"
[dependencies.regex]
version = "1.11.1"
[dependencies.rrd-sys]
version = "0.1.0"
[dependencies.thiserror]
version = "2.0.11"
[dev-dependencies.anyhow]
version = "1.0.95"
[dev-dependencies.chrono]
version = "0.4"
[dev-dependencies.env_logger]
version = "0.11.6"
[dev-dependencies.tempfile]
version = "3.15.0"
[[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"
[lib]
name = "rrd"
path = "src/lib.rs"
[package]
authors = ["Mark Swaanenburg", "Marshall Pierce"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = """
Bindings to librrd to create and interact with round robin databases created with Tobias
Oetiker's rrdtool (https://www.rrdtool.org/).
"""
documentation = "https://docs.rs/rrd"
edition = "2021"
homepage = "https://github.com/cygnus9/rrd-rust"
keywords = ["rrd"]
license = "MIT/Apache-2.0"
name = "rrd"
readme = "README.md"
repository = "https://github.com/cygnus9/rrd-rust"
version = "0.2.0"
[[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"