# 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 = "2021" name = "sysvmq" version = "0.1.1" authors = ["finga "] description = "A simple API for SysV IPC message queues." homepage = "https://git.onders.org/finga/sysvmq" documentation = "https://docs.rs/sysvmq/latest/sysvmq/" readme = "README.md" keywords = [ "message_queue", "mq", "sysv", "ipc", ] categories = ["os"] license = "GPL-3.0-or-later" repository = "https://git.onders.org/finga/sysvmq" [dependencies.libc] version = "0.2.98" [dependencies.nix] version = "0.27.1" [dependencies.thiserror] version = "1.0.26"