[package]
edition = "2024"
name = "rscamper"
version = "0.2.2"
authors = ["Dimitrios Giakatos"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust interface to scamper network measurement tool"
homepage = "https://gitlab.com/dgiakatos/rscamper"
documentation = "https://docs.rs/rscamper"
readme = "README.md"
keywords = [
"scamper",
"network",
"measurement",
"traceroute",
"ping",
]
categories = [
"network-programming",
"api-bindings",
]
license = "GPL-3.0-only"
repository = "https://gitlab.com/dgiakatos/rscamper"
[lib]
name = "rscamper"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[build-dependencies]