synapse-rs 1.0.1

A standardized metric system (Vortex, Radiance, Axon) to evaluate real-world network quality beyond simple speed tests.
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 = "2021"
name = "synapse-rs"
version = "1.0.1"
authors = ["Enzo Zizzi <enzo.hautenauven09@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A standardized metric system (Vortex, Radiance, Axon) to evaluate real-world network quality beyond simple speed tests."
readme = "README.md"
keywords = [
    "network",
    "metrics",
    "quality",
    "speedtest",
    "latency",
]
categories = [
    "network-programming",
    "science",
]
license = "MIT"
repository = "https://github.com/FlanZCode/synapse"

[features]
default = []
serde = ["dep:serde"]

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

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

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

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dev-dependencies.serde_json]
version = "1.0.149"