grafbabe 0.1.1

Simple openmetrics stats collector
# 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 = "2024"
rust-version = "1.95"
name = "grafbabe"
version = "0.1.1"
authors = ["Jess Bees"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple openmetrics stats collector"
readme = "README.md"
keywords = [
    "metrics",
    "prometheus",
    "openmetrics",
    "dashboard",
    "graph",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license-file = "LICENSE.txt"
repository = "https://github.com/toomanybees/grafbabe"

[features]
bundled_sqlite = ["rusqlite/bundled"]
color = [
    "dep:anstyle",
    "env_logger/auto-color",
]
default = [
    "bundled_sqlite",
    "color",
]
mock_data = []
tls = ["ureq/rustls"]

[[bin]]
name = "grafbabe"
path = "src/main.rs"

[dependencies.anstyle]
version = "1.0.14"
optional = true

[dependencies.env_logger]
version = "0.11.11"
features = ["kv"]
default-features = false

[dependencies.grafbabe_macros]
version = "0.0.0"

[dependencies.http]
version = "1.4.2"

[dependencies.httparse]
version = "1.10.1"

[dependencies.log]
version = "0.4.33"
features = ["kv"]

[dependencies.mio]
version = "1.2.0"
features = [
    "net",
    "os-poll",
]

[dependencies.prometheus-scraper]
version = "0.1.2"
default-features = false

[dependencies.rusqlite]
version = "0.40.1"
features = [
    "array",
    "vtab",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.ureq]
version = "3.3.0"
features = ["gzip"]
default-features = false