argui-inspect 0.2.0

Renderer-independent inspection data for Argui developer tools
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"
rust-version = "1.89"
name = "argui-inspect"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderer-independent inspection data for Argui developer tools"
homepage = "https://extrabinoss.github.io/argui/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ExtraBinoss/argui"

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

[[test]]
name = "frames"
path = "tests/frames.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"

[[test]]
name = "memory"
path = "tests/memory.rs"

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

[dependencies.serde]
version = "=1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "=1.0.151"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]