Now the rust hooks can use the parameter `additional_dependencies` to receive build-time features for the crate. The features must start with the string "--feature=" following the name of the feature; e.g. "--feature=full". Fixes #3230
it's a complete mystery why this isn't needed on other platforms, the branch is legitimately uncovered there