# 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 = "photo" version = "1.0.0" authors = ["Freddy Wordingham "] description = "High-precision rendering engine." documentation = "https://freddywordingham.github.io/photo" readme = "README.md" keywords = [ "rendering", "ray-tracing", "simulation", ] categories = [ "science", "graphics", "simulation", ] license = "MIT" repository = "https://github.com/FreddyWordingham/photo" [dependencies.enterpolation] version = "0.2.1" [dependencies.image] version = "0.24.7" [dependencies.indicatif] version = "0.17.7" [dependencies.nalgebra] version = "0.32.3" [dependencies.ndarray] version = "0.15.6" features = ["rayon"] [dependencies.palette] version = "0.7.3" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_yaml] version = "0.9.29"