[badges.appveyor]
branch = "master"
repository = "avandesa/ichwh-rs"
service = "gitlab"
[badges.gitlab]
repository = "avandesa/ichwh-rs"
[badges.maintenance]
status = "actively-developed"
[dependencies.async-std]
features = ["attributes"]
version = "1.4"
[dependencies.cfg-if]
version = "0.1.10"
[dependencies.futures]
default-features = false
features = ["std", "async-await"]
version = "0.3.1"
[dependencies.thiserror]
version = "1.0"
[package]
authors = ["Alex van de Sandt <alex@avandesa.dev>"]
categories = ["filesystem"]
description = "An async implementation of `which`"
edition = "2018"
exclude = ["*.yml", "*.md", "*.txt"]
keywords = ["which", "unix"]
license = "MIT"
name = "ichwh"
readme = "README.md"
repository = "https://gitlab.com/avandesa/ichwh-rs"
version = "0.3.2"