hostname = { version = "0.4.0", optional = true }
libffi = { version = "3.2.0", optional = true }
native-tls = { version = "0.2.12", optional = true }
-# allow dependent crates to pick the patch version that works with other
-# dependencies, while also updating to latest when possible
# the version requirement of reqwest is kept low for compatibility with old deno versions
# that pin request to 0.11.20
reqwest = { version = "0.11.0", optional = true }