puffin_http 0.6.0

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

[dependencies]
anyhow = "1"
log = "0.4"
puffin = { version = "0.9.0", path = "../puffin", features = ["serialization"] }
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
simple_logger = "1.11"