# 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 = "rustracer" version = "1.0.4" authors = [ "Andrea Rossoni ", "Paolo Azzini ", ] exclude = [ ".github/*", ".gitignore", "examples/*", "install.sh", "makefile", ] description = "a multi-threaded raytracer in pure rust" homepage = "https://github.com/andros21/rustracer" documentation = "https://andros21.github.io/rustracer/docs" readme = "README.md" keywords = [ "cli", "image", "raytracer", "raytracing", "thread", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/andros21/rustracer" [[bin]] name = "rustracer" path = "src/main.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.4" features = ["wrap_help"] default-features = true [dependencies.clap_complete] version = "4.5.1" [dependencies.colored] version = "2.1.0" [dependencies.image] version = "0.24.9" features = [ "farbfeld", "png", ] default-features = false [dependencies.rayon] version = "1.10.0" [dependencies.thiserror] version = "1.0.58"