[package]
edition = "2024"
name = "graphyne"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple rust client for sending messages to Graphite"
documentation = "https://docs.rs/graphyne"
readme = "README.md"
keywords = [
"graphite",
"metrics",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/vultr/graphyne"
[lib]
name = "graphyne"
path = "src/lib.rs"
[[test]]
name = "graphite_client"
path = "tests/graphite_client.rs"
[dependencies.bon]
version = "3.8.1"
[dev-dependencies.insta]
version = "1.43.2"
features = ["filters"]