# 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.1.0" authors = ["Fraunhofer IML Embedded Rust Group "] description = "A single-writer single-reader queue 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"] [dev-dependencies.memmap] version = "0.7.0"