# 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" version = "0.19.1" authors = ["Embark "] include = [ "**/*.rs", "Cargo.toml", "README.md", "../puffin.jpg", ] description = "Simple instrumentation profiler for games" homepage = "https://github.com/EmbarkStudios/puffin" readme = "README.md" keywords = [ "profiler", "instrumentation", "gamedev", ] categories = ["development-tools::profiling"] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/puffin" [package.metadata.docs.rs] all-features = true [[bench]] name = "benchmark" harness = false [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" optional = true [dependencies.byteorder] version = "1.0" [dependencies.cfg-if] version = "1.0" [dependencies.itertools] version = "0.10" [dependencies.lz4_flex] version = "0.11" optional = true default-features = false [dependencies.once_cell] version = "1.0" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true [dev-dependencies.criterion] version = "0.5" [features] default = [] lz4 = ["dep:lz4_flex"] packing = [ "dep:bincode", "lz4", "serde", ] serialization = ["packing"] web = [ "dep:js-sys", "dep:web-time", ] zstd = [ "dep:zstd", "dep:ruzstd", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.zstd] version = "0.12.3" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.ruzstd] version = "0.4.0" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.web-time] version = "0.2" optional = true