It's being pulled in by reqwest, which comes as a default feature we're not using (see https://github.com/seanmonstar/reqwest/blob/master/Cargo.toml)
We're also using it in standalone to generate keys, which can be delegated to shell calls.
Removing this dependency removes a long chunk of compilation time on windows.
It's being pulled in by reqwest, which comes as a default feature we're not using (see https://github.com/seanmonstar/reqwest/blob/master/Cargo.toml)
We're also using it in standalone to generate keys, which can be delegated to shell calls.
Removing this dependency removes a long chunk of compilation time on windows.