ipc-queue 0.5.0

An implementation of FIFO queue described in fortanix-sgx-abi used for asynchronous usercalls.
Documentation
# 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 = "ipc-queue"
version = "0.5.0"
authors = ["Fortanix, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
An implementation of FIFO queue described in fortanix-sgx-abi used for asynchronous usercalls.
"""
homepage = "https://edp.fortanix.com/"
documentation = "https://edp.fortanix.com/docs/api/ipc_queue/"
readme = false
keywords = [
    "sgx",
    "fifo",
    "queue",
    "ipc",
]
categories = ["asynchronous"]
license = "MPL-2.0"
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"

[package.metadata.fortanix-sgx]
threads = 120

[lib]
name = "ipc_queue"
path = "src/lib.rs"

[dependencies.fortanix-sgx-abi]
version = "0.7.0"

[dev-dependencies.static_assertions]
version = "1.1.0"

[target.'cfg(not(target_env = "sgx"))'.dev-dependencies.futures]
version = "0.3"
features = [
    "compat",
    "io-compat",
]

[target.'cfg(not(target_env = "sgx"))'.dev-dependencies.tokio]
version = "1.35"
features = ["full"]