# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rpt" version = "0.2.1" authors = ["Eric Zhang ", "Alexander Morozov "] description = "Physically-based path tracing renderer written in Rust" documentation = "https://docs.rs/rpt" keywords = ["path-tracing", "ray-tracing", "pbr", "rendering", "graphics"] categories = ["graphics", "rendering::engine", "rendering::data-formats", "multimedia::images"] license = "MIT OR Apache-2.0" repository = "https://github.com/ekzhang/rpt" [profile.dev] opt-level = 2 [profile.release] lto = "fat" codegen-units = 1 [dependencies.glm] version = "0.10.0" package = "nalgebra-glm" [dependencies.image] version = "0.23.13" [dependencies.rand] version = "0.8.3" [dependencies.rand_distr] version = "0.4.0" [dependencies.rayon] version = "1.5.0" [dev-dependencies.color-eyre] version = "0.5.10" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.ureq] version = "2.0.2" [dev-dependencies.zip] version = "0.5.10"