# 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 = "lin_alg" version = "1.0.0" authors = ["David O'Connor "] build = false exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false description = "Vector, matrix, and quaternion operations for general purposes" documentation = "https://docs.rs/lin_alg" readme = "README.md" keywords = [ "algebra", "vector", "matrix", "quaternion", "rendering", ] categories = [ "algorithms", "mathematics", "algorithms", "no-std", "rendering", ] license = "MIT" repository = "https://github.com/David-OConnor/lin-alg" [lib] name = "lin_alg" path = "src/lib.rs" [dependencies.num-traits] version = "^0.2.19" optional = true default-features = false [features] computer_graphics = [] no_std = ["num-traits/libm"]