lobe-core 0.1.4

Local HTTP performance profiling engine — the shared library behind the Lobe CLI. Captures DNS/TCP/TLS/TTFB/download phases per request with grounded network baselines.
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 = "2024"
name = "lobe-core"
version = "0.1.4"
authors = ["getlobedev@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local HTTP performance profiling engine — the shared library behind the Lobe CLI. Captures DNS/TCP/TLS/TTFB/download phases per request with grounded network baselines."
homepage = "https://getlobe.dev"
readme = "README.md"
keywords = [
    "http",
    "performance",
    "profiler",
    "networking",
    "devtools",
]
categories = [
    "network-programming",
    "development-tools",
]
license = "MIT"
resolver = "2"

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

[dependencies.http]
version = "1.1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.9"
features = [
    "client",
    "http2",
]

[dependencies.hyper-util]
version = "0.1"
features = ["tokio"]

[dependencies.reqwest]
version = "0.12.24"
default-features = true

[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.tokio]
version = "1.41.1"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
]

[dependencies.tokio-rustls]
version = "0.26.4"

[dependencies.url]
version = "2.5.8"

[dependencies.webpki-roots]
version = "1.0.7"

[dependencies.x509-parser]
version = "0.16.0"