eeprom 0.1.0

EEPROM emulation on top of FLASH for STM32
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "eeprom"
version = "0.1.0"
authors = ["Ivan Dubrov <dubrov.ivan@gmail.com>"]
description = "EEPROM emulation on top of FLASH for STM32"
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.stm32f103xx]
version = "0.7.5"
optional = true

[dependencies.stm32-hal]
version = "0.2.0"
[dev-dependencies.pretty_assertions]
version = "0.3.4"

[features]
default-eeprom = []
default = ["default-eeprom"]
use-stm32f103xx = ["stm32-hal/use-stm32f103xx", "stm32f103xx"]