# 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 = "rtic-sync" version = "1.3.1-alpha.1" authors = [ "The Real-Time Interrupt-driven Concurrency developers", "Emil Fresk ", "Henrik Tjäder ", "Jorge Aparicio ", "Per Lindgren ", ] description = "Synchronization primitives for asynchronous contexts" categories = [ "concurrency", "embedded", "no-std", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rtic-rs/rtic" [dependencies.critical-section] version = "1" [dependencies.defmt-03] version = "0.3" optional = true package = "defmt" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.embedded-hal-bus] version = "0.1.0" features = ["async"] [dependencies.heapless] version = "0.8" [dependencies.portable-atomic] version = "1" default-features = false [dependencies.rtic-common] version = "1.0.0" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", "time", ] [features] default = [] defmt-03 = [ "dep:defmt-03", "embedded-hal/defmt-03", "embedded-hal-async/defmt-03", "embedded-hal-bus/defmt-03", ] testing = [ "critical-section/std", "rtic-common/testing", ]