# 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 = "minimult_cortex-m" version = "0.3.3" authors = ["convexbrain "] description = "A minimal multitask library, or RTOS, for Cortex-M microcontrollers." homepage = "https://github.com/convexbrain/Minimult/tree/master/minimult_cortex-m" readme = "README.md" keywords = ["multitask", "RTOS", "cortex-m"] categories = ["embedded", "no-std", "asynchronous"] license = "Unlicense" repository = "https://github.com/convexbrain/Minimult" [profile.dev] opt-level = 1 [dependencies.cortex-m] version = "0.6.1" [dependencies.num-integer] version = "0.1.41" default-features = false [dev-dependencies.cortex-m-rt] version = "0.6.10" [dev-dependencies.cortex-m-semihosting] version = "0.3.5" [dev-dependencies.panic-semihosting] version = "0.5.3" features = ["exit"]