From 2907d1014859f36fa87f34597b273a1429609f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 12 Mar 2020 21:05:58 +0100 Subject: [PATCH] Make parse feature the default --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 58547f2..aafab81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,5 @@ edition = "2018" nom = {version = "5.1", optional = true} [features] +default = ["parse"] parse = ["nom"]