# 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 = "geese" version = "0.3.10" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Dead-simple game event system for Rust. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DouglasDwyer/geese" [lib] name = "geese" path = "src/lib.rs" [[example]] name = "pong" path = "examples/pong.rs" [[bench]] name = "comparative_bench" path = "benches/comparative_bench.rs" harness = false [dependencies.bitvec] version = "1.0.1" features = ["alloc"] default-features = false [dependencies.const_list] version = "0.1.0" default-features = false [dependencies.smallvec] version = "1.13.2" default-features = false [dependencies.topological-sort] version = "0.2.2" default-features = false [dependencies.vecdeque-stableix] version = "1.1.1" default-features = false [dependencies.wasm_sync] version = "0.1.2" default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.macroquad] version = "0.4.2" [dev-dependencies.old_geese] version = "0.2.0" package = "geese" [build-dependencies.rustversion] version = "1.0.14" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm_thread] version = "0.3.0" default-features = false