# 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 = "rust-pathtracer" version = "0.2.4" description = "A principled BSDF pathtracer with an abstracted backend. Perfect for rendering procedural content." readme = "README.md" keywords = [ "pathtracer", "graphics", "principled", "BSDF", "raytracing", ] license = "MIT" repository = "https://github.com/markusmoenig/rust-pathtracer.git" [dependencies.colors-transform] version = "0.2.11" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.rhai] version = "1.12.0" features = [ "sync", "internals", ] default-features = true