# 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" name = "wgpu-profiler" version = "0.19.0" authors = ["Andreas Reich "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple profiler scopes for wgpu using timer queries" homepage = "https://github.com/Wumpf/wgpu-profiler" readme = "README.md" keywords = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/Wumpf/wgpu-profiler" [lib] name = "wgpu_profiler" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.parking_lot] version = "0.12" [dependencies.thiserror] version = "1" [dependencies.tracy-client] version = "0.17" optional = true [dependencies.wgpu] version = "23.0.0" [dev-dependencies.futures-lite] version = "2" [dev-dependencies.profiling] version = "1" [dev-dependencies.tracy-client] version = "0.17.0" [dev-dependencies.winit] version = "0.30" [features] tracy = [ "dep:tracy-client", "profiling/profile-with-tracy", ] [lints.clippy] doc_markdown = "warn"