[dev-dependencies.diff]
version = "0.1.10"
[lib]
name = "is_executable"
path = "src/lib.rs"
[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["filesystem"]
description = "Is there an executable file at the given path?"
documentation = "https://docs.rs/is_executable"
edition = "2021"
exclude = ["/appveyor.yml"]
keywords = ["executable", "path", "file", "permissions"]
license = "Apache-2.0/MIT"
name = "is_executable"
readme = "README.md"
repository = "https://github.com/fitzgen/is_executable"
version = "1.0.4"
[target.'cfg(target_os = "windows")'.dependencies.winapi]
features = ["winbase"]
version = "0.3"
[[test]]
name = "tests"
path = "tests/tests.rs"