# 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 = "vec3-rs" version = "0.1.6" authors = ["dazor"] description = "A simple 3D vector math library" documentation = "https://docs.rs/vec3-rs" readme = "README.md" keywords = [ "math", "vector", "vector3", "3d", ] categories = [ "data-structures", "graphics", "mathematics", ] license-file = "LICENSE" repository = "https://github.com/DazorPlasma/vec3-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.num] version = "0.4.1" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.44"