lobe-cli 0.1.0

Lobe — local-first HTTP performance profiling CLI for developers. Spins up a capture proxy, records DNS/TCP/TLS/TTFB/download phases per request, and flags anomalies against grounded network baselines.
# 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"
name = "lobe-cli"
version = "0.1.0"
authors = ["getlobedev@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lobe — local-first HTTP performance profiling CLI for developers. Spins up a capture proxy, records DNS/TCP/TLS/TTFB/download phases per request, and flags anomalies against grounded network baselines."
homepage = "https://getlobe.dev"
readme = "README.md"
keywords = [
    "http",
    "performance",
    "profiler",
    "networking",
    "devtools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
resolver = "2"

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

[dependencies.chrono]
version = "0.4.38"
features = ["clock"]
default-features = false

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

[dependencies.crossterm]
version = "0.28.1"

[dependencies.home]
version = "0.5.9"

[dependencies.lobe-core]
version = "0.1.0"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.reqwest]
version = "0.12.9"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.tokio]
version = "1.41.1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]

[dependencies.toml]
version = "0.8.19"

[dependencies.url]
version = "2.5.8"