# 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 = "ferrux_projection_matrix" version = "0.1.0" authors = ["Soto Estévez "] include = [ "/Cargo.*", "/LICENSE-*", "/README.md", "/src/**/*", ] description = "Perspective projection tool builder to help in 3D rendering calculations" homepage = "https://crates.io/crates/ferrux_projection_matrix" documentation = "https://docs.rs/ferrux_projection_matrix/latest" readme = "./README.md" keywords = [ "perspective", "projection", "matrix", "graphics", "3D", ] categories = [ "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kriogenia/ferrux_projection_matrix" resolver = "2"