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