bevy_mod_debugdump 0.16.0

Visualization tools for bevy
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"
name = "bevy_mod_debugdump"
version = "0.16.0"
authors = ["Jakob Hellermann <jakob.hellermann@protonmail.com>"]
build = false
exclude = ["docs/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Visualization tools for bevy"
readme = "README.md"
keywords = [
    "bevy",
    "schedule",
    "visual",
    "render",
    "graph",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jakobhellermann/bevy_mod_debugdump"

[features]
cli = ["dep:lexopt"]
default = ["cli"]

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

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

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

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

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

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

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

[dependencies.bevy_app]
version = "0.19.0"

[dependencies.bevy_color]
version = "0.19.0"

[dependencies.bevy_ecs]
version = "0.19.0"

[dependencies.bevy_log]
version = "0.19.0"

[dependencies.bevy_platform]
version = "0.19.0"

[dependencies.bevy_utils]
version = "0.19.0"
features = ["debug"]

[dependencies.disqualified]
version = "1.0"

[dependencies.lexopt]
version = "0.3.0"
optional = true

[dev-dependencies.bevy]
version = "0.19.0"

[dev-dependencies.bevy_render]
version = "0.19.0"