2020-05-11 03:35:10 +02:00
|
|
|
[package]
|
|
|
|
|
name = "interchange"
|
2025-01-14 10:27:24 +01:00
|
|
|
version = "0.3.2"
|
2023-02-01 10:45:15 +01:00
|
|
|
authors = ["The Trussed developers", "Nicolas Stalder <n@stalder.io>"]
|
2020-05-11 03:35:10 +02:00
|
|
|
edition = "2018"
|
2021-01-31 12:50:49 +01:00
|
|
|
description = "Request/response mechanism for embedded development, using atomics"
|
|
|
|
|
repository = "https://github.com/trussed-dev/interchange"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
|
documentation = "https://docs.rs/interchange"
|
|
|
|
|
keywords = ["cortex-m", "nxp", "lpc"]
|
|
|
|
|
categories = ["development-tools", "embedded"]
|
2024-06-14 09:28:28 +02:00
|
|
|
rust-version = "1.79"
|
2020-05-11 03:35:10 +02:00
|
|
|
|
2022-08-22 17:09:21 +02:00
|
|
|
[target.'cfg(loom)'.dependencies]
|
|
|
|
|
loom = "0.5"
|
2025-01-14 10:29:32 +01:00
|
|
|
|
|
|
|
|
[lints.rust]
|
|
|
|
|
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(loom)"] }
|