# 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 = "2018" name = "renderdoc" version = "0.12.1" authors = ["Eyal Kalderon "] description = "RenderDoc application bindings for Rust" homepage = "https://github.com/ebkalderon/renderdoc-rs" documentation = "https://docs.rs/renderdoc/" readme = "README.md" keywords = [ "graphics", "profiling", "renderdoc", "tracing", ] categories = [ "development-tools::debugging", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ebkalderon/renderdoc-rs" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.bitflags] version = "2.0" [dependencies.float-cmp] version = "0.9" [dependencies.glutin] version = "0.30" optional = true [dependencies.libloading] version = "0.8" [dependencies.once_cell] version = "1.0" [dependencies.renderdoc-sys] version = "1.1.0" [dependencies.winit] version = "0.28" optional = true [dev-dependencies.pollster] version = "0.3" [dev-dependencies.wgpu] version = "0.15" [dev-dependencies.wgpu-subscriber] version = "0.1.0" [dev-dependencies.winit] version = "0.28" [features] ci = [] default = [] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "d3d12", "d3d11", ] [target."cfg(windows)".dependencies.wio] version = "0.2" [badges.maintenance] status = "actively-developed"