# 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 = "embassy-sync" version = "0.6.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "no-std, no-alloc synchronization primitives with async support" documentation = "https://docs.embassy.dev/embassy-sync" readme = "README.md" categories = [ "embedded", "no-std", "concurrency", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/embassy-rs/embassy" [package.metadata.embassy_docs] src_base = "https://github.com/embassy-rs/embassy/blob/embassy-sync-v$VERSION/embassy-sync/src/" src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-sync/src/" target = "thumbv7em-none-eabi" [lib] name = "embassy_sync" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.critical-section] version = "1.1" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-io-async] version = "0.6.1" [dependencies.futures-sink] version = "0.3" features = [] default-features = false [dependencies.futures-util] version = "0.3.17" default-features = false [dependencies.heapless] version = "0.8" [dependencies.log] version = "0.4.14" optional = true [dev-dependencies.critical-section] version = "1.1" features = ["std"] [dev-dependencies.futures-executor] version = "0.3.17" features = ["thread-pool"] [dev-dependencies.futures-test] version = "0.3.17" [dev-dependencies.futures-timer] version = "3.0.2" [dev-dependencies.futures-util] version = "0.3.17" features = [ "channel", "sink", ] [dev-dependencies.static_cell] version = "2" [features] std = ["critical-section/std"] turbowakers = []