puffin_http 0.16.1

TCP server/client for puffin profiler data
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.puffin]
features = ["packing", "lz4", "serialization"]
version = "0.19.1"

[dev-dependencies.once_cell]
version = "1.19.0"

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.simple_logger]
version = "4.2"

[package]
authors = ["Embark <opensource@embark-studios.com>"]
categories = ["development-tools::profiling", "gui"]
description = "TCP server/client for puffin profiler data"
edition = "2021"
homepage = "https://github.com/EmbarkStudios/puffin"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["profiler", "instrumentation", "gamedev"]
license = "MIT OR Apache-2.0"
name = "puffin_http"
readme = "README.md"
repository = "https://github.com/EmbarkStudios/puffin"
rust-version = "1.76"
version = "0.16.1"