netrunner_cli 0.6.1

A feature-rich Rust-based CLI to test and analyze your internet connection
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 = "netrunner_cli"
version = "0.6.1"
authors = ["Sorin Albu-Irimies <mihaiirimies@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A feature-rich Rust-based CLI to test and analyze your internet connection"
homepage = "https://github.com/sorinirimies/netrunner_cli"
readme = "README.md"
keywords = [
    "cli",
    "network",
    "internet",
    "speed-test",
    "diagnostics",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/sorinirimies/netrunner_cli"

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

[[bin]]
name = "netrunner_cli"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.byte-unit]
version = "5.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6"

[dependencies.colored]
version = "3.0"

[dependencies.console]
version = "0.16"

[dependencies.crossterm]
version = "0.29"

[dependencies.ctrlc]
version = "3.5"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "6.0"

[dependencies.dns-lookup]
version = "3.0"

[dependencies.futures]
version = "0.3"

[dependencies.humantime]
version = "2.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.postcard]
version = "1.1"
features = ["use-std"]

[dependencies.prettytable-rs]
version = "0.10"

[dependencies.rand]
version = "0.10"

[dependencies.ratatui]
version = "0.30"

[dependencies.ratatui-widgets]
version = "0.3"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sled]
version = "0.34"

[dependencies.spinners]
version = "4.2"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.strum_macros]
version = "0.28"

[dependencies.tachyonfx]
version = "0.25"

[dependencies.tokio]
version = "1.50"
features = ["full"]

[dependencies.tui-piechart]
version = "0.3.1"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio-test]
version = "0.4"