In the "Linking to system libraries" example of the build script guide it says:
It has a optional dependency on libssh2 on all platforms to implement the ssh transport.
A few lines later there is a contradicting statement while still talking about the same example:
Here we also see the unconditional dependency on libssh2 via the libssh2-sys crate
Am I missing something or should the former also read "unconditional dependency"?