# 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 = "quaternion-core" version = "0.5.3" authors = ["HamaguRe "] build = false exclude = [ ".gitignore", "conversion.png", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Provides quaternion operations and interconversion with several attitude representations." homepage = "https://github.com/HamaguRe/quaternion-core.git" documentation = "https://docs.rs/quaternion-core" readme = "README.md" keywords = [ "math", "quaternion", "vector", ] categories = [ "mathematics", "science", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/HamaguRe/quaternion-core.git" [lib] name = "quaternion_core" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.num-traits] version = "0.2.19" default-features = false [dependencies.serde] version = "^1.0.193" features = ["derive"] optional = true [features] default = ["std"] fma = [] libm = ["num-traits/libm"] norm-sqrt = [] serde-serialize = ["serde"] std = ["num-traits/std"]