# 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 = "2018" name = "micromath" version = "2.1.0" authors = ["Tony Arcieri "] description = """ Embedded-friendly math library featuring fast floating point approximations (with small code size) for common arithmetic operations, trigonometry, 2D/3D vector types, statistical analysis, and quaternions. Optimizes for performance and small code size at the cost of precision. """ readme = "README.md" keywords = [ "math", "quaternions", "statistics", "trigonometry", "vector", ] categories = [ "embedded", "mathematics", "science", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/tarcieri/micromath" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.num-traits] version = "0.2" optional = true default-features = false [features] quaternion = [] statistics = [] vector = []