Removed default feature

Signed-off-by: Cléo REBERT <cleo.rebert-ext@treezor.com>
This commit is contained in:
Cléo REBERT 2023-03-28 11:03:04 +02:00
parent c2ba6d190b
commit 08c24dae96
No known key found for this signature in database
GPG Key ID: 0FA097951CF65367
1 changed files with 1 additions and 1 deletions

View File

@ -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"]