# 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_local_commands" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple local shell commands for the Bevy game engine" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/edouardpoitras/bevy_local_commands" [lib] name = "bevy_local_commands" path = "src/lib.rs" [[example]] name = "chain_failure" path = "examples/chain_failure.rs" [[example]] name = "chain_failure_delay_retries" path = "examples/chain_failure_delay_retries.rs" [[example]] name = "chain_retries_delay_cleanup" path = "examples/chain_retries_delay_cleanup.rs" [[example]] name = "despawn_on_completion" path = "examples/despawn_on_completion.rs" [[example]] name = "error" path = "examples/error.rs" [[example]] name = "input" path = "examples/input.rs" [[example]] name = "kill" path = "examples/kill.rs" [[example]] name = "retries_and_delay" path = "examples/retries_and_delay.rs" [[example]] name = "retries_and_delay_and_cleanup" path = "examples/retries_and_delay_and_cleanup.rs" [[example]] name = "retries_and_remove" path = "examples/retries_and_remove.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "simple_chain" path = "examples/simple_chain.rs" [dependencies.bevy] version = "0.14" features = ["multi_threaded"] default-features = false [lints.clippy] type_complexity = "allow"