pub fn get_build_dependencies( package_file: &Path, build_type: Option<&str>, platform: &str, version_override: Option<&str>, quiet: bool, ) -> Result<Option<Vec<String>>, Error>