# 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 = "2018" name = "rs_pbrt" version = "0.9.12" authors = ["Jan Walter "] description = "Physically based rendering (PBR) with Rust" homepage = "https://www.rs-pbrt.org" documentation = "https://www.rs-pbrt.org/doc/crates/rs_pbrt/index.html" readme = "README.md" keywords = [ "graphics", "pathtracer", "pathtracing", "pbrt", ] categories = [ "rendering::engine", "multimedia::images", "graphics", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wahn/rs_pbrt" [[bin]] name = "rs_pbrt" path = "src/bin/rs_pbrt.rs" [[bin]] name = "parse_blend_file" path = "src/bin/parse_blend_file.rs" [dependencies.atom] version = "0.4.0" [dependencies.atomic] version = "0.6.0" [dependencies.blend_info] version = "0.2.9" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.crossbeam] version = "0.8.4" [dependencies.crossbeam-channel] version = "0.5.11" [dependencies.hexf] version = "0.2.1" [dependencies.image] version = "0.24.8" [dependencies.impl_ops] version = "0.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.num] version = "0.4.1" [dependencies.num_cpus] version = "1.16.0" [dependencies.pbr] version = "1.1.1" [dependencies.pest] version = "2.7.6" [dependencies.pest_derive] version = "2.7.6" [dependencies.ply-rs] version = "0.1.3" [dependencies.rayon] version = "1.8.1" [dependencies.smallvec] version = "1.13.1" [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [dependencies.typed-arena] version = "2.0.2"