# 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" rust-version = "1.78.0" name = "reverie-util" version = "0.0.8" authors = ["yuma140902 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for reverie-engine" readme = "README.md" categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/yuma140902/Reverie" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" [lib] name = "reverie_util" path = "src/lib.rs" [dependencies.approx] version = "0.5.1" [dependencies.nalgebra] version = "0.33.0" [dependencies.newtype-ops] version = "0.1.4"