# 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 = "bitbang-hal" version = "0.3.3" authors = ["Paul Sajna "] description = "Implements embedded-hal traits by bitbanging" readme = "README.md" keywords = [ "no_std", "embedded", "bitbang", "embedded-hal", "hal", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/sajattack/bitbang-hal" [dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dependencies.nb] version = "1" [dev-dependencies.cortex-m] version = "0.7" [dev-dependencies.cortex-m-rt] version = "0.7" [dev-dependencies.eeprom24x] version = "0.5.0" [dev-dependencies.lm75] version = "0.2" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.stm32f1xx-hal] version = "0.9" features = [ "stm32f103", "rt", "medium", ]