# 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 = "sxtetris" version = "1.3.1" authors = ["shixinhuang99 "] include = [ "Cargo.toml", "Cargo.lock", "README.md", "LICENSE", "src/**", ] description = "A terminal Tetris game" readme = "README.md" keywords = [ "tetris", "tui", ] categories = ["games"] license = "MIT" repository = "https://github.com/shixinhuang99/sxtetris" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.81" [dependencies.crossterm] version = "=0.27.0" features = ["event-stream"] [dependencies.directories] version = "5.0.1" [dependencies.fastrand] version = "2.0.2" [dependencies.futures-util] version = "=0.3.30" [dependencies.log] version = "0.4.21" optional = true [dependencies.ratatui] version = "=0.26.1" [dependencies.rodio] version = "0.19.0" features = [ "wav", "mp3", ] default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.simplelog] version = "0.12.2" optional = true [dependencies.tokio] version = "=1.37.0" features = [ "rt", "rt-multi-thread", "time", "macros", "sync", ] [dependencies.tui-big-text] version = "0.4.2" [features] _dev = [ "dep:log", "dep:simplelog", ]