# 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 = "arkanoid-tui" version = "0.1.2" build = false exclude = ["static/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Arkanoid built with Ratatui" homepage = "https://github.com/JustPretender/arkanoid-tui" readme = "README.md" categories = [ "games", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JustPretender/arkanoid-tui" [[bin]] name = "arkanoid-tui" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.27.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" optional = true [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [features] debug = [ "tracing-subscriber", "tracing-appender", ] default = []