# 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 = "m3d" version = "0.0.1" authors = ["juliuskoskela"] description = "3D linear algebra" documentation = "https://docs.rs/m3d/" readme = "README.md" keywords = ["mathematics", "graphics", "3D"] categories = ["mathematics"] license = "MIT/Apache-2.0" repository = "https://github.com/juliuskoskela/m3d" resolver = "2" [[bench]] name = "benchmark" harness = false [dependencies.num] version = "0.1.40" [dependencies.rayon] version = "1.5.1" [dependencies.sdl2] version = "0.35" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8.4"