# 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 = "cortex-m-rtfm" version = "0.5.3" authors = ["The Real Time For the Masses developers", "Jorge Aparicio ", "Per Lindgren "] description = "Real Time For the Masses (RTFM): a concurrency framework for building real time systems" documentation = "https://rtfm.rs/" readme = "README.md" keywords = ["arm", "cortex-m"] categories = ["concurrency", "embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/rtfm-rs/cortex-m-rtfm" [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 = "rtfm" [[example]] name = "baseline" required-features = ["__v7"] [[example]] name = "periodic" required-features = ["__v7"] [[example]] name = "pool" required-features = ["__v7"] [[example]] name = "schedule" required-features = ["__v7"] [[example]] name = "t-cfg" required-features = ["__v7"] [[example]] name = "t-cfg-resources" required-features = ["__min_r1_43"] [[example]] name = "t-schedule" required-features = ["__v7"] [[example]] name = "types" required-features = ["__v7"] [dependencies.cortex-m] version = "0.6.2" [dependencies.cortex-m-rt] version = "0.6.9" [dependencies.cortex-m-rtfm-macros] version = "0.5.1" [dependencies.heapless] version = "0.5.0" [dependencies.microamp] version = "0.1.0-alpha.2" optional = true [dependencies.rtfm-core] version = "0.3.0" [dev-dependencies.cortex-m-semihosting] version = "0.3.3" [dev-dependencies.lm3s6965] version = "0.1.3" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.panic-semihosting] version = "0.5.2" features = ["exit"] [build-dependencies.version_check] version = "0.9" [features] __min_r1_43 = [] __v7 = [] heterogeneous = ["cortex-m-rtfm-macros/heterogeneous", "microamp"] homogeneous = ["cortex-m-rtfm-macros/homogeneous"] [target.x86_64-unknown-linux-gnu.dev-dependencies.trybuild] version = "1"