[dependencies.arf-strings]
optional = true
version = "0.7.0"
[dependencies.async-std]
features = ["attributes", "io_safety"]
version = "1.13.0"
[dependencies.camino]
optional = true
version = "1.0.5"
[dependencies.cap-primitives]
version = "^3.4.1"
[dependencies.io-extras]
features = ["use_async_std"]
version = "0.18.3"
[dependencies.io-lifetimes]
default-features = false
features = ["async-std"]
version = "2.0.0"
[features]
arf_strings = ["fs_utf8", "arf-strings"]
default = []
fs_utf8 = ["camino"]
tokio1 = ["async-std/tokio1"]
[lib]
name = "cap_async_std"
path = "src/lib.rs"
[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["filesystem", "network-programming", "asynchronous", "concurrency"]
description = "Capability-based version of async-std"
edition = "2021"
keywords = ["network", "file", "async", "future", "await"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "cap-async-std"
readme = "README.md"
repository = "https://github.com/bytecodealliance/cap-std"
version = "3.4.1"
[target."cfg(not(windows))".dependencies.rustix]
features = ["fs"]
version = "0.38.0"