# 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 = "dasom" version = "0.1.1" authors = ["POMMI3R "] description = "A toy ray tracing engine based on Ray Tracing In One Weekend in Rust." documentation = "https://docs.rs/dasom" readme = "README.md" keywords = ["graphics", "ray-tracing"] categories = ["graphics", "rendering::engine"] license = "MIT OR Apache-2.0" repository = "https://github.com/POMMI3R/dasom-rs" [dependencies.indicatif] version = "^0.15.0" [dependencies.nalgebra] version = "^0.24.1" [dependencies.overload] version = "^0.1.1" [dependencies.rand] version = "^0.8.3" [dependencies.rayon] version = "^1.5.0"