# 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 = "polyhedron-faces" version = "0.4.3" authors = ["nomissbowling "] description = "polyhedron faces for Rust" homepage = "https://crates.io/crates/polyhedron-faces" documentation = "https://docs.rs/polyhedron-faces/" readme = "README.md" keywords = [ "quaternion", "mathematics", "3d", "physics", "polyhedron", ] categories = [ "simulation", "rendering", "science", "mathematics", ] license = "MIT" repository = "https://github.com/nomissbowling/polyhedron-faces" [lib] name = "ph_faces" [dependencies.num] version = "0.4" [dependencies.quaternion-matrix] version = "0.1"