# 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 = "raycaster" version = "0.3.1" authors = ["Markus Moenig"] description = "A multi-threaded raycaster engine for creating game graphics similar to Wolfenstein3D" readme = "README.md" keywords = [ "raycasting", "graphics", "game", "engine", "retro", ] license = "MIT" repository = "https://github.com/markusmoenig/Raycaster.git" [dependencies.rand] version = "0.8.5" [dependencies.rustc-hash] version = "1.1.0" [features] default = [] single_threaded = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rayon] version = "1.6.1"