# 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 = "rotary-encoder-hal" version = "0.5.0" authors = ["Evan Cameron "] description = "A simple platform agnostic rotary encoder library using embedded_hal" readme = "README.md" keywords = ["embedded-hal", "driver", "rotary", "encoder"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT" repository = "https://github.com/leshow/rotary-encoder-hal" resolver = "2" [dependencies.defmt] version = "0.1.2" optional = true [dependencies.either] version = "1.6" default-features = false [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.embedded-hal-alpha] version = "=1.0.0-alpha.5" optional = true package = "embedded-hal" [dev-dependencies.cortex-m] version = "0.6" [dev-dependencies.cortex-m-rt] version = "0.6" [dev-dependencies.cortex-m-semihosting] version = "0.3" [dev-dependencies.panic-semihosting] version = "0.5" [dev-dependencies.stm32f3xx-hal] version = "0.5.0" features = ["rt", "stm32f303"] [dev-dependencies.version-sync] version = "0.9" [features] default = [] table-decoder = []