It is now possible to use the vanilla crafting table as a crafting station. No extra configuration is needed to use it, simply change the id of the crafting station of your recipe to "WORKBENCH".
It is not yet possible to craft multiple items from the vanilla crafting table at once (shift click).
Code (YAML):
BLACKSMITH_HAMMER:
category: TOOL
material: IRON_SHOVEL
display-name: "&fBlacksmith Hammer" # The WORKBENCH station exists by default and lets you use the vanilla crafting station station: WORKBENCH
recipe:
0: IRON_INGOT
1: IRON_INGOT
2: IRON_INGOT
3: IRON_INGOT
4: STICK
5: IRON_INGOT
7: STICK
required-level: 1
level-gain: 1