netrunner 2.0.4

netrunner — desktop internet speed-test & network diagnostics app (Zed GPUI) with live download/upload charts
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"
version = "2.0.4"
authors = ["Sorin Albu-Irimies <mihaiirimies@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "netrunner — desktop internet speed-test & network diagnostics app (Zed GPUI) with live download/upload charts"
homepage = "https://github.com/sorinirimies/netrunner"
readme = "README.md"
keywords = [
    "network",
    "speed-test",
    "gui",
    "gpui",
    "bandwidth",
]
categories = [
    "gui",
    "visualization",
]
license = "MIT"
repository = "https://github.com/sorinirimies/netrunner"

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

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

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

[dependencies.futures]
version = "0.3"

[dependencies.gpui]
version = "0.2"

[dependencies.netrunner-core]
version = "2.0.4"

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "logging",
    "std",
    "tls12",
]
default-features = false

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