#!/bin/sh set -eu get_features() { cargo read-manifest \ | jq -jr '.features | keys | map(select(. != "dox")) | map(. + " ") | .[]' } cat <