# 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 = "frustum" version = "0.2.1" authors = ["Jens Metzner "] include = ["**/*.rs", "Cargo.toml"] description = "Simple library to set up a frustum, such as a camera." documentation = "https://docs.rs/frustum/" keywords = ["frustum", "camera", "ray-tracing"] categories = ["science"] license = "MIT AND Apache-2.0" repository = "https://github.com/jensmetzner/frustum" [[example]] name = "raytracing" path = "examples/raytracing.rs" [dependencies.euclid] version = "0.20.7" [dependencies.serde] version = "1.0.104" features = ["derive"] optional = true [dev-dependencies.image] version = "0.23" [dev-dependencies.palette] version = "0.5" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.rayon] version = "1.3" [features] serialization = ["serde", "euclid/serde"]