diff --git a/Cargo.toml b/Cargo.toml index 9f74482..70e09b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ required-features = ["html", "parser"] doc = false [features] -default = ["html"] +default = [] html = [] # html renderer and minimal cli binary deterministic = [] # for stable fuzzing parser = []