# 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] name = "posix_mq" version = "3771.0.0" authors = ["Vincent Ambo "] description = "(Higher-level) Rust bindings to POSIX message queues" homepage = "https://cs.tvl.fyi/depot/-/tree/ops/posix_mq.rs" license = "MIT" repository = "https://code.tvl.fyi/depot.git:/ops/posix_mq.rs.git" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.23"