# 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 = "maths-rs" version = "0.2.6" authors = ["polymonster "] description = "A linear algebra library for gamedev and graphics" homepage = "https://github.com/polymonster/maths-rs" readme = "readme.md" keywords = [ "linear-algebra", "math", "vector", "matrix", "quaternion", ] categories = [ "mathematics", "game-development", "graphics", ] license-file = "license.md" repository = "https://github.com/polymonster/maths-rs" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.81" optional = true [features] casts = [] default = [ "short_hand_constructors", "lhs_scalar_vec_ops", "casts", "short_types", ] hash = [] lhs_scalar_vec_ops = [] serde = [ "dep:serde", "serde_json", ] short_hand_constructors = [] short_types = []