# 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 = "2021" name = "another-steam-totp" version = "0.3.3" description = "Implementation of Steam time-based one-time password." homepage = "https://github.com/juliarose/another-steam-totp" readme = "README.md" keywords = [ "steam", "totp", ] license = "MIT" repository = "https://github.com/juliarose/another-steam-totp" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [[example]] name = "get_steam_server_time_offset" required-features = ["reqwest"] [dependencies.base64] version = "0.21.2" [dependencies.hmac] version = "^0.12" [dependencies.reqwest] version = "^0.11" features = ["json"] optional = true [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dependencies.sha-1] version = "0.10.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] reqwest = [ "dep:reqwest", "dep:serde", ]