# 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 = "2018" name = "bbqueue-sync" version = "0.5.1" authors = ["James Munns "] description = "A SPSC, lockless, no_std, thread safe, queue, based on BipBuffers" readme = "../README.md" categories = ["embedded", "no-std", "memory-management"] license = "MIT OR Apache-2.0" repository = "https://github.com/jamesmunns/bbqueue" [package.metadata.docs.rs] all-features = true [dependencies.cortex-m] version = "0.6.0" optional = true [dependencies.defmt] version = "0.3.0" optional = true [features] defmt_0_3 = ["defmt"] thumbv6 = ["cortex-m"]