1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "which"
15version = "4.4.0"
16authors = ["Harry Fei <[email protected]>"]
17description = "A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms."
18documentation = "https://docs.rs/which/"
19readme = "README.md"
20keywords = [
21    "which",
22    "which-rs",
23    "unix",
24    "command",
25]
26categories = [
27    "os",
28    "filesystem",
29]
30license = "MIT"
31repository = "https://github.com/harryfei/which-rs.git"
32
33[package.metadata.docs.rs]
34all-features = true
35
36[dependencies.either]
37version = "1.6.1"
38
39[dependencies.libc]
40version = "0.2.121"
41
42[dependencies.regex]
43version = "1.5.5"
44optional = true
45
46[dev-dependencies.tempfile]
47version = "3.3.0"
48
49[target."cfg(windows)".dependencies.once_cell]
50version = "1"
51