# 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 = "2021" rust-version = "1.76" name = "puffin_http" version = "0.16.1" authors = ["Embark "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "TCP server/client for puffin profiler data" homepage = "https://github.com/EmbarkStudios/puffin" readme = "README.md" keywords = [ "profiler", "instrumentation", "gamedev", ] categories = [ "development-tools::profiling", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/puffin" [dependencies.anyhow] version = "1.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.puffin] version = "0.19.1" features = [ "packing", "lz4", "serialization", ] [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.paste] version = "1.0.15" [dev-dependencies.simple_logger] version = "4.2"