# 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 = "eeprom" version = "0.3.1" authors = ["Ivan Dubrov "] description = "EEPROM emulation on top of FLASH for STM32" documentation = "https://docs.rs/eeprom" readme = "README.md" categories = [ "embedded", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/idubrov/eeprom" [package.metadata.release] pre-release-hook = "./update-readme.sh" [dependencies.stm32f1xx-hal] version = "0.9.0" features = ["stm32f103"] optional = true [dev-dependencies.pretty_assertions] version = "1.0.0" [features] stm32f103 = [ "stm32f1xx-hal", "stm32f1xx-hal/stm32f103", ]