# 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 = "snekgame" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Highly customizable, cross-platform, and blazingly fast terminal snake game." homepage = "https://github.com/blt-r/snekgame" readme = "README.md" license = "MIT" repository = "https://github.com/blt-r/snekgame" [[bin]] name = "snekgame" path = "src/main.rs" [dependencies.clap] version = "4.5.1" features = [ "derive", "help", "usage", "error-context", ] [dependencies.clap_complete] version = "4.5.1" [dependencies.crossterm] version = "0.28.1" [dependencies.eyre] version = "0.6.12" [dependencies.ndarray] version = "0.16.1" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.57"