renderdog 0.3.0

RenderDoc in-application API wrapper + automation helpers + an MCP server.
Documentation
# 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 = "2024"
name = "renderdog"
version = "0.3.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RenderDoc in-application API wrapper + automation helpers + an MCP server."
homepage = "https://github.com/Latias94/renderdog"
readme = "README.md"
keywords = [
    "renderdoc",
    "graphics",
    "debugging",
    "mcp",
]
categories = [
    "api-bindings",
    "development-tools::debugging",
    "graphics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/renderdog"

[lib]
name = "renderdog"
path = "src/lib.rs"

[[example]]
name = "in_app_capture"
path = "examples/in_app_capture.rs"

[[example]]
name = "in_app_injected_only"
path = "examples/in_app_injected_only.rs"

[[example]]
name = "in_app_options_overlay"
path = "examples/in_app_options_overlay.rs"

[dependencies.bitflags]
version = "2.10.0"

[dependencies.libloading]
version = "0.8"

[dependencies.renderdog-sys]
version = "0.3.0"

[dependencies.thiserror]
version = "2"

[target.'cfg(all(unix, target_os = "linux"))'.dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.52"
features = [
    "Win32_Foundation",
    "Win32_System_LibraryLoader",
]