# 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" rust-version = "1.79" name = "interchange" version = "0.3.2" authors = [ "The Trussed developers", "Nicolas Stalder <n@stalder.io>", ] build = 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)"]