# 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_logic" version = "0.7.0" authors = ["Jacob Bergholtz"] build = false exclude = ["assets/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A logic gate simulation plugin for Bevy." homepage = "https://github.com/cuppachino/bevy_logic" readme = "README.md" keywords = [ "bevy", "logic", "gate", "simulation", "circuit", ] categories = [ "game-development", "simulation", "science", ] license = "MIT" repository = "https://github.com/cuppachino/bevy_logic" [profile.dev.package."*"] opt-level = 3 [lib] name = "bevy_logic" path = "src/lib.rs" [[example]] name = "advanced_gates" path = "examples/advanced_gates/main.rs" [[example]] name = "cycles" path = "examples/cycles/main.rs" [dependencies.bevy] version = "0.14" default-features = false [dependencies.bevy-trait-query] version = "0.6.0" [dependencies.petgraph] version = "0.6.5" [dev-dependencies.bevy] version = "0.14.0" [dev-dependencies.bevy-inspector-egui] version = "0.27" [dev-dependencies.derive-new] version = "0.7.0" [dev-dependencies.i_float] version = "0.10.0" [dev-dependencies.i_overlay] version = "0.25.0" [dev-dependencies.i_shape] version = "0.16.0" [dev-dependencies.i_triangle] version = "0.20.0" [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.leafwing-input-manager] version = "0.14"