# 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] edition = "2018" name = "spi-memory" version = "0.2.0" authors = ["Jonas Schievink ", "Henrik Böving "] description = "A generic driver for different SPI Flash and EEPROM chips" documentation = "https://docs.rs/spi-memory/" readme = "README.md" keywords = ["embedded-hal-driver", "serial", "flash", "eeprom", "spi"] categories = ["embedded"] license = "0BSD" repository = "https://github.com/jonas-schievink/spi-memory.git" [package.metadata.release] no-dev-version = true pre-release-commit-message = "Release {{version}}" tag-message = "{{version}}" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "## Unreleased\n\nNo changes.\n\n## {{version}} - {{date}}" search = "## Unreleased" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "spi-memory = \"{{version}}\"" search = "spi-memory = \"[a-z0-9\\\\.-]+\"" [[package.metadata.release.pre-release-replacements]] file = "src/lib.rs" replace = "https://docs.rs/spi-memory/{{version}}" search = "https://docs.rs/spi-memory/[a-z0-9\\.-]+" [profile.dev] opt-level = "z" panic = "abort" [dependencies.bitflags] version = "1.0.4" [dependencies.embedded-hal] version = "0.2.3" [dependencies.log] version = "0.4.6" optional = true [dev-dependencies.cortex-m] version = "0.6.0" [dev-dependencies.cortex-m-rt] version = "0.6.8" [dev-dependencies.cortex-m-semihosting] version = "0.3.3" [dev-dependencies.panic-semihosting] version = "0.5.2" [dev-dependencies.stm32f4xx-hal] version = "0.7.0" features = ["stm32f401"]