quaternion 0.3.1

A simple and type agnostic quaternion math library designed for reexporting
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "quaternion"
version = "0.3.1"
authors = ["bvssvni <bvssvni@gmail.com>", "Steve Jahns <s.t.jahns@gmail.com>", "Red Hara <hara@protonmail.ch>"]
description = "A simple and type agnostic quaternion math library designed for reexporting"
homepage = "https://github.com/PistonDevelopers/quaternion"
readme = "README.md"
keywords = ["quaternion", "math", "piston"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/PistonDevelopers/quaternion.git"

[lib]
name = "quaternion"
path = "src/lib.rs"
[dependencies.vecmath]
version = "0.3.0"