ringline-ping 0.1.3

PING/PONG client for the ringline io_uring runtime
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 = "2024"
name = "ringline-ping"
version = "0.1.3"
authors = ["Brian Martin <brayniac@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PING/PONG client for the ringline io_uring runtime"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/brayniac/ringline"
resolver = "2"

[features]
default = ["metrics"]
metrics = ["dep:histogram"]
timestamps = [
    "ringline/timestamps",
    "dep:libc",
]

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

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

[dependencies.histogram]
version = "0.11"
optional = true

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.ping-proto]
version = "0.0.1"

[dependencies.ringline]
version = "0.0.5"

[dependencies.thiserror]
version = "2"