accelerometer 0.2.0

Generic, embedded-friendly accelerometer support, including traits and types for taking readings from 2 or 3-axis accelerometers
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]
edition = "2018"
name = "accelerometer"
version = "0.2.0"
authors = ["Tony Arcieri <bascule@gmail.com>"]
description = "              Generic, embedded-friendly accelerometer support, including\n              traits and types for taking readings from 2 or 3-axis\n              accelerometers\n              "
homepage = "https://neobirth.org"
readme = "README.md"
keywords = ["acceleration", "position", "tracking"]
categories = ["embedded", "no-std"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/NeoBirth/accelerometer.rs"
[dependencies.generic-array]
version = "0.12"
default-features = false

[dependencies.libm]
version = "0.1"
[badges.travis-ci]
repository = "NeoBirth/accelerometer.rs"