openssl crate won't work in some environments without vendored openssl (see #89).
To deal with this problem, default-disabled vendored-openssl feature of cargo crate can be used.
This commit adds default-disabled vendored-openssl feature to cargo-udeps itself, to provide the way to avoid this issue on user side without modifying the source.
openssl
crate won't work in some environments without vendored openssl (see #89). To deal with this problem, default-disabledvendored-openssl
feature ofcargo
crate can be used.This commit adds default-disabled
vendored-openssl
feature tocargo-udeps
itself, to provide the way to avoid this issue on user side without modifying the source.Solves #89.