Files
interchange/Cargo.toml
T

20 lines
608 B
TOML
Raw Normal View History

2020-05-11 03:35:10 +02:00
[package]
name = "interchange"
2025-01-14 10:27:24 +01:00
version = "0.3.2"
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"]
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)"] }