# 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 = "cortex-m-rtic" version = "1.1.4" authors = [ "The Real-Time Interrupt-driven Concurrency developers", "Jorge Aparicio ", "Per Lindgren ", ] description = "Real-Time Interrupt-driven Concurrency (RTIC): a concurrency framework for building real-time systems" documentation = "https://rtic.rs/" readme = "README.md" keywords = [ "arm", "cortex-m", ] categories = [ "concurrency", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rtic-rs/cortex-m-rtic" [profile.dev.build-override] opt-level = 0 codegen-units = 16 debug = false debug-assertions = false overflow-checks = false [profile.release] lto = true codegen-units = 1 [profile.release.build-override] opt-level = 0 codegen-units = 16 debug = false debug-assertions = false overflow-checks = false [lib] name = "rtic" [[example]] name = "pool" required-features = ["test-critical-section"] [dependencies.bare-metal] version = "1.0.0" [dependencies.cortex-m] version = "0.7.0" [dependencies.cortex-m-rtic-macros] version = "1.1.6" [dependencies.heapless] version = "0.7.7" [dependencies.rtic-core] version = "1.0.0" [dependencies.rtic-monotonic] version = "1.0.0" [dev-dependencies.cortex-m-semihosting] version = "0.5.0" [dev-dependencies.lm3s6965] version = "0.1.3" [dev-dependencies.panic-semihosting] version = "0.6.0" features = ["exit"] [dev-dependencies.systick-monotonic] version = "1.0.0" [build-dependencies.version_check] version = "0.9" [features] test-critical-section = ["cortex-m/critical-section-single-core"] [target.x86_64-unknown-linux-gnu.dev-dependencies.trybuild] version = "1"