# 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 = "aftershock" version = "0.0.18" authors = ["Keinan Powers / Phobos001"] description = "Software Rendering Graphics API written in pure rust" readme = "README.md" keywords = [ "graphics", "rendering", "software-rendering", "gamedev", ] license = "MIT" repository = "https://github.com/Phobos001/aftershock" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "aftershock" crate-type = ["lib"] path = "src/lib.rs" [dependencies.lodepng] version = "3.7.2" [dependencies.num_cpus] version = "1.15.0" [dependencies.rayon] version = "1.6.1" [dependencies.rgb] version = "0.8.34" [dependencies.rusttype] version = "0.9.3" [dev-dependencies.alea] version = "0.2.2" [dev-dependencies.device_query] version = "1.1.2" [dev-dependencies.minifb] version = "0.23.0" [dev-dependencies.sdl2] version = "0.35.2"