fn set_bindings_generator(
    registry: &str,
    token: &str,
    pkg: &PackageInfo,
    command: &str,
    dry_run: bool
) -> Result<(), Error>