linkprobe-core 0.2.1

Protocol-agnostic network link measurement engine
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"
rust-version = "1.85"
name = "linkprobe-core"
version = "0.2.1"
authors = ["Robert Mongold rtmongold@gmail.com"]
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "examples/**/*",
    "Cargo.toml",
    "LICENSE-MIT",
    "LICENSE-APACHE",
    "../../README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol-agnostic network link measurement engine"
homepage = "https://github.com/rtmongold/linkprobe"
documentation = "https://docs.rs/linkprobe-core"
readme = "README.md"
keywords = [
    "network",
    "speedtest",
    "librespeed",
    "iperf3",
    "prometheus",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rtmongold/linkprobe"
resolver = "2"

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

[[example]]
name = "librespeed"
path = "examples/librespeed.rs"

[[example]]
name = "openmetrics"
path = "examples/openmetrics.rs"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "native-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2.5"

[dev-dependencies.mockito]
version = "1.7"