Edit

thodg/totp-rs/Cargo.toml

Branch :

  • Show log

    Commit

  • Author : Cleo Rebert
    Date : 2020-04-13 17:59:04
    Hash : 7876ca57
    Message : exported fields to export documentation

  • Cargo.toml
  • [package]
    name = "totp-rs"
    version = "0.2.1"
    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."
    repository = "https://github.com/constantoine/totp-rs"
    homepage = "https://github.com/constantoine/totp-rs"
    keywords = ["authentification", "2fa", "totp", "hmac"]
    categories = ["authentication", "web-programming"]
    
    [dependencies]
    ring = "0.16.12"
    byteorder = "1.3.4"
    otpauth = "0.4.1"
    base32 = "0.4.0"
    qrcode = "0.12.0"
    image = "0.23.3"
    base64 = "0.12.0"