martensite-devtools 0.2.0

Tracing spans, Tracy/Chrome GPU timestamps, and in-app F12 developer HUD.
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 = "2021"
rust-version = "1.89.0"
name = "martensite-devtools"
version = "0.2.0"
authors = ["Jose Eduardo Rojas Jimenez <joseeduardox@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tracing spans, Tracy/Chrome GPU timestamps, and in-app F12 developer HUD."
homepage = "https://martensite.dev"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "wgpu",
    "vello",
    "reactive",
]
categories = [
    "gui",
    "rendering::graphics-api",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jxoesneon/martensite"

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

[dependencies.martensite-core]
version = "0.2.0"

[dependencies.tracing]
version = "0.1.44"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unimplemented = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "deny"
unsafe_code = "deny"