# 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 = "emcell" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reserve flash memory regions to safely keep multiple binary and library binaries (cells) on a microcontroller. The cells can call functions from other cells." readme = "README.md" keywords = [ "embedded", "microcontroller", "flash", "memory", ] categories = [ "embedded", "no-std", "memory-management", ] license = "MIT" repository = "https://github.com/skibon02/emcell" [lib] name = "emcell" path = "src/lib.rs" test = false bench = false [dependencies.cortex-m] version = "0.7.7" optional = true [features] build-rs = [] default = ["rt-crate-cortex-m-rt"] rt-crate-cortex-m-rt = ["cortex-m"]