From cf6012c774df96fe62ddb6cbbacfb37fcab56815 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 26 Mar 2022 20:43:06 -0600 Subject: add indirection in the feature names --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b923461..95cd5cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["knuffel"] +default = [] +parse-knuffel = ["knuffel"] [dependencies] knuffel = { version = "1.1.0", optional = true } -- cgit v1.2.3