# 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 = "lifecycler" version = "0.2.9" authors = ["cxreiff "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bevy Game Jam #5 submission, terminal aquarium" homepage = "https://github.com/cxreiff/lifecycler" readme = "README.md" keywords = [ "bevy", "ratatui", "terminal", "tui", "aquarium", ] categories = [ "games", "command-line-interface", ] license = "MIT OR Apache-2.0 OR CC0-1.0" repository = "https://github.com/cxreiff/lifecycler" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.dist] inherits = "release" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [profile.release-native] inherits = "release" [lib] name = "lifecycler" path = "src/lib.rs" [[bin]] name = "lifecycler" path = "src/main.rs" [dependencies.bevy] version = "0.14.2" [dependencies.bevy_atmosphere] version = "0.10.0" [dependencies.bevy_hanabi] version = "=0.12.0" [dependencies.bevy_ratatui] version = "0.6.3" [dependencies.bevy_ratatui_render] version = "0.5.7" [dependencies.crossterm] version = "0.28.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.ratatui] version = "0.28.1" [lints.clippy] too_many_arguments = "allow" type_complexity = "allow"