AS5600-Driver 0.1.1

A platform-agnostic driver for the AS5600 magnetic rotary encoder using embedded-hal.
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 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 = "2024"
name = "AS5600-Driver"
version = "0.1.1"
authors = ["pavver <pavvers1@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A platform-agnostic driver for the AS5600 magnetic rotary encoder using embedded-hal."
readme = "README.md"
keywords = [
    "AS5600",
    "encoder",
    "magnetic",
    "embedded-hal",
    "driver",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pavver/AS5600-Driver"

[features]
anyhow = [
    "dep:anyhow",
    "std",
]
default = []
mock = ["std"]
std = []

[lib]
name = "AS5600_Driver"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.embedded-hal]
version = "1.0"