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