# 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 = "r_tracer" version = "1.0.4" description = "A multithreaded, feature-rich ray tracer" readme = "README.md" keywords = [ "raytracer", "graphics", "rendering", "3D", ] categories = [ "graphics", "rendering", ] license = "MIT" repository = "https://github.com/ihawn/RTracer" [profile.release] debug = 2 [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.image] version = "0.24.6" [dependencies.minifb] version = "0.24" [dependencies.obj-rs] version = "0.7.1" [dependencies.pk_stl] version = "0.3.1" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]