# 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 = "rsnake" version = "0.1.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of the classic Snake game." readme = "README.md" license = "MIT" repository = "https://github.com/ibveecnk/rsnake" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "rsnake" path = "src/main.rs" [dependencies.piston] version = "0.55.0" [dependencies.piston2d-graphics] version = "0.44.0" [dependencies.piston2d-opengl_graphics] version = "0.84.0" [dependencies.piston_window] version = "0.131.0" [dependencies.pistoncore-glutin_window] version = "0.72.0" [dependencies.rand] version = "0.8.5" [lints.clippy] complexity = "deny" correctness = "deny" enum_glob_use = "deny" match-wild-err-arm = "warn" missing_const_for_fn = "deny" nursery = "deny" pedantic = "deny" print_stderr = "deny" print_stdout = "deny" style = "deny" suspicious = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"