The npm package is a façade — installs only the prebuilt binary for your platform via optionalDependencies. No postinstall, no network at install time.
Using cargo binstall? Run cargo install cargo-binstall once first. After that, every cargo binstall <crate> pulls a prebuilt binary from GitHub
releases instead of compiling.