# 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 = "mq_cli" version = "3773.0.0" authors = ["Vincent Ambo "] description = "CLI tool for accessing POSIX message queues (mq_overview(7))" homepage = "https://cs.tvl.fyi/depot/-/tree/ops/mq_cli" license = "MIT" repository = "https://code.tvl.fyi/depot.git:/ops/mq_cli.git" [dependencies.clap] version = "2.34" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.23" [dependencies.posix_mq] version = "3771.0.0"