# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "snake-rs" version = "0.1.2" authors = ["jspspike "] description = "A library to handle the logic for the classic game snake" readme = "README.md" keywords = ["game", "snake", "api"] categories = ["command-line-utilities", "game-engines", "games"] license-file = "LICENSE" repository = "https://github.com/jspspike/snake" [lib] name = "snake" path = "src/lib.rs" [[example]] name = "game" required-features = ["display"] [[bench]] name = "snake" harness = false [dependencies.indexmap] version = "1.3.2" [dependencies.rand] version = "0.7.2" [dependencies.sfml] version = "0.16.0" optional = true [dev-dependencies.criterion] version = "0.3.0" [features] display = ["sfml"]