# 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 = "mathx" version = "0.4.1" authors = ["Paul Casanova "] description = "A mathematics library designed to work with no_std" homepage = "https://tacoheck.com/software/rust/mathx" documentation = "https://docs.rs/mathx/" readme = "README.md" keywords = [ "math", "no_std", "vector", "quaternion", "geometry", ] categories = [ "data-structures", "embedded", "mathematics", "no-std", "no-std::no-alloc", ] license-file = "LICENSE" repository = "https://github.com/Taco-Hell-Studios/mathx" [dependencies.serde] version = "1.0.160" features = ["derive"] optional = true [features] default = [] no_colors = [] no_planes = [] no_quaternions = [] no_rays = [] no_std = [] no_vectors = [] serde = ["dep:serde"]