Commit 83c0ded3353ecaa7e4a2fa789dd2fad358e4dba0

Cleo Rebert 2020-07-03T14:18:16

Change description for shorter

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/Cargo.toml b/Cargo.toml
index 5959c9a..60973da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Cleo Rebert <cleo.rebert@gmail.com>"]
 edition = "2018"
 readme = "README.md"
 license = "MIT"
-description = "This library permits the creation of 2FA authentification tokens per TOTP, the verification of said tokens, with configurable time skew, validity time of each token, algorithm and number of digits. With additional feature \"qr\", you can use it to generate a base64 png qrcode."
+description = "RFC-compliant TOTP implementation with ease of use as a goal and additionnal QoL features."
 repository = "https://github.com/constantoine/totp-rs"
 homepage = "https://github.com/constantoine/totp-rs"
 keywords = ["authentication", "2fa", "totp", "hmac", "otp"]
@@ -26,5 +26,5 @@ hmac = "0.8.0"
 byteorder = ">= 1.3"
 base32 = ">= 0.4"
 qrcode = { version = ">= 0.12", optional = true }
-image = { version = ">= 0.23", optional = true} 
+image = { version = ">= 0.23", optional = true}
 base64 = { version = ">= 0.12", optional = true }