sysvmq/Cargo.toml

19 lines
501 B
TOML
Raw Permalink Normal View History

[package]
name = "sysvmq"
version = "0.1.1"
edition = "2021"
authors = ["finga <mqrs@onders.org>"]
repository = "https://git.onders.org/finga/sysvmq"
license = "GPL-3.0-or-later"
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"]
[dependencies]
libc = "0.2.98"
thiserror = "1.0.26"
nix = "0.27.1"