# 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 = "spuristo" version = "0.1.1" authors = ["ekarpp "] description = "CPU based rendering engine" readme = "README.md" keywords = [ "rendering", "path-tracing", "graphics", "3d", ] categories = [ "graphics", "rendering::engine", "multimedia::images", ] license = "MIT" repository = "https://github.com/ekarpp/spuristo" [profile.dev] opt-level = 2 [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.argh] version = "0.1.10" [dependencies.glam] version = "0.23.0" [dependencies.itertools] version = "0.10.5" [dependencies.png] version = "0.17.7" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [dependencies.tempfile] version = "3.4.0" [dependencies.ureq] version = "2.6.2" [dependencies.zip] version = "0.6.4"