# 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" name = "shared-mem-queue" version = "0.4.0" authors = ["Fraunhofer IML Embedded Rust Group "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Single-writer single-reader queues which can be used for inter-processor-communication in a shared memory region" readme = "README.md" keywords = [ "no_std", "embedded", ] categories = [ "embedded", "no-std", "no-std::no-alloc", ] license = "OLFL-1.3" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/shared-mem-queue" [package.metadata.cargo-udeps.ignore] development = ["memmap"] [lib] name = "shared_mem_queue" path = "src/lib.rs" [[example]] name = "byte_queue_reader" path = "examples/byte_queue_reader.rs" [[example]] name = "byte_queue_writer" path = "examples/byte_queue_writer.rs" [[example]] name = "msg_queue_reader" path = "examples/msg_queue_reader.rs" [[example]] name = "msg_queue_writer" path = "examples/msg_queue_writer.rs" [dependencies.crc] version = "3.2.1" [dependencies.nb] version = "1.1.0" [dev-dependencies.libc] version = "0.2.159" [dev-dependencies.memmap] version = "0.7.0"