blob: 8db6704b62382f2417ed012cf547ea355f6bbb17 [file] [log] [blame]
[package]
name = "iovec"
version = "0.1.2"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["scatter", "gather", "vectored", "io", "networking"]
repository = "https://github.com/carllerche/iovec"
homepage = "https://github.com/carllerche/iovec"
documentation = "https://docs.rs/iovec"
description = """
Portable buffer type for scatter/gather I/O operations
"""
categories = ["network-programming", "api-bindings"]
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }
sgx_trts = { path = "../../sgx_trts" }