[package] name = "steam-totp" version = "0.2.2" authors = ["Martin ", "Leorii "] edition = "2018" repository = "https://github.com/saskenuba/SteamHelper-rs/tree/master/crates/steam-totp" license = "MIT" description = "Utility crate to generate Steam TOTP codes." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.12.0" byteorder = "1.3.4" crypto-mac = { version = "0.7.0", features = ["std"] } hex = "0.4.2" hmac = "0.7.1" reqwest = { version = "^0.11", features = ["json"] } serde = { version = "^1", features = ["derive"] } sha-1 = "0.8.2" url = "2"