# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "steam-totp" version = "0.2.2" authors = [ "Martin ", "Leorii ", ] description = "Utility crate to generate Steam TOTP codes." license = "MIT" repository = "https://github.com/saskenuba/SteamHelper-rs/tree/master/crates/steam-totp" [dependencies.base64] version = "0.12.0" [dependencies.byteorder] version = "1.3.4" [dependencies.crypto-mac] version = "0.7.0" features = ["std"] [dependencies.hex] version = "0.4.2" [dependencies.hmac] version = "0.7.1" [dependencies.reqwest] version = "^0.11" features = ["json"] [dependencies.serde] version = "^1" features = ["derive"] [dependencies.sha-1] version = "0.8.2" [dependencies.url] version = "2"