# 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 = "litris" version = "0.1.0" description = "Tetris-inspired game for Project Lighthouse" readme = "README.md" license = "MIT" repository = "https://github.com/fwcd/litris" [dependencies.arrayvec] version = "0.7" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.dotenvy] version = "0.15.7" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.12" [dependencies.lighthouse-client] version = "1.0" features = ["tokio"] [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1.21" features = [ "rt", "macros", "time", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "std", ]