[lib]
name = "interchange"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(loom)"]
level = "warn"
priority = 0
[package]
authors = ["The Trussed developers", "Nicolas Stalder <n@stalder.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "embedded"]
description = "Request/response mechanism for embedded development, using atomics"
documentation = "https://docs.rs/interchange"
edition = "2018"
keywords = ["cortex-m", "nxp", "lpc"]
license = "Apache-2.0 OR MIT"
name = "interchange"
readme = "README.md"
repository = "https://github.com/trussed-dev/interchange"
rust-version = "1.79"
version = "0.3.2"
[target."cfg(loom)".dependencies.loom]
version = "0.5"
[[test]]
name = "interchange"
path = "tests/interchange.rs"
[[test]]
name = "loom"
path = "tests/loom.rs"