Commit 08c24dae9666b5aafb0630d25b97dd17c6c36375

Cléo REBERT 2023-03-28T11:03:04

Removed default feature Signed-off-by: Cléo REBERT <cleo.rebert-ext@treezor.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index 4349276..fc7700f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ categories = ["authentication", "web-programming"]
 features = [ "qr", "serde_support", "gen_secret" ]
 
 [features]
-default = ["qr"]
+default = []
 otpauth = ["url", "urlencoding"]
 qr = ["qrcodegen", "image", "base64", "otpauth"]
 serde_support = ["serde"]