# 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_lazy_signals" version = "0.5.2-alpha" description = "An ad hoc, informally-specified, bug-ridden, kinda fast implementation of 1/3 of MIT-Scheme." documentation = "https://docs.rs/crate/bevy_lazy_signals/latest" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/knutsoned/bevy_lazy_signals" [dependencies.bevy] version = "0.14.0-rc.3" features = [ "bevy_core_pipeline", "bevy_pbr", "bevy_winit", "ktx2", "multi_threaded", "zstd", ] default-features = false [dependencies.thiserror] version = "1.0.59" [dev-dependencies.async-std] version = "1.12.0"