puffin_http 0.6.0

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

[dependencies.log]
version = "0.4"

[dependencies.puffin]
features = ["serialization"]
version = "0.9.0"

[dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.simple_logger]
version = "1.11"

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