Cargo Features

[dependencies]
deno = { version = "1.43.0", default-features = false, features = ["upgrade"] }
default = upgrade

These default features are set whenever deno is added without default-features = false somewhere in the dependency tree.

Enables zlib-ng of libz-sys and zlib-ng-compat of flate2

If you disable the default __vendored_zlib_ng feature above, you must be able to link against -lz.

upgrade default

A feature that enables the upgrade subcommand and the background check for available updates (of deno binary). This is typically disabled for (Linux)
distribution packages.