# 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 = "2021" name = "as5600" version = "0.8.0" description = "Platform-independent Rust driver for AS5600 digital magnetic potentiometer" documentation = "https://docs.rs/crate/as5600/latest" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/barafael/as5600-rs" [dependencies.embedded-hal] version = "1" [dependencies.embedded-hal-async] version = "1" optional = true [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.embedded-hal-mock] version = "0.10" features = ["eh1"] [dev-dependencies.linux-embedded-hal] version = "0.4" [dev-dependencies.proptest] version = "1" [dev-dependencies.proptest-derive] version = "0.4" [features] async = ["dep:embedded-hal-async"]