# 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 = "ttysvr" version = "0.3.4" authors = ["cxreiff "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Screensavers for your terminal" homepage = "https://github.com/cxreiff/ttysvr" readme = "README.md" keywords = [ "bevy", "ratatui", "terminal", "tui", "screensaver", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/cxreiff/ttysvr" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.dist] lto = "thin" inherits = "release" [lib] name = "ttysvr" path = "src/lib.rs" [[bin]] name = "ttysvr" path = "src/main.rs" [dependencies.avian2d] version = "0.1.1" [dependencies.bevy] version = "0.14.2" [dependencies.bevy_ratatui] version = "0.6.4" [dependencies.bevy_ratatui_render] version = "0.6.0" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.ratatui] version = "0.29.0" [lints.clippy] too_many_arguments = "allow" type_complexity = "allow"