# 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 = "memcom" version = "0.1.0" authors = ["Fraunhofer IML Embedded Rust Group "] description = "Command-line tool to interact with shared-mem-queue queues" readme = "README.md" keywords = [ "memcom", "ST32MP1XX", "no_std", ] categories = [ "embedded", "no-std", ] license = "OLFL-1.3" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/memcom-rs" [dependencies.ctrlc] version = "3.2" [dependencies.lapp] version = "0.4" [dependencies.memmap] version = "0.7" [dependencies.serde] version = "1.0.152" features = ["derive"] default-features = false [dependencies.serde_derive] version = "1.0.152" [dependencies.shared-mem-queue] version = "0.1.0" [dependencies.toml] version = "0.6.0" [dependencies.try-ascii] version = "1.0.0"