# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "steam_guard" version = "1.0.1" authors = ["SFort "] description = "A Simple TOTP crate intended for steam guard authentication" documentation = "https://docs.rs/crate/steam_guard" readme = "README.md" keywords = ["steam", "totp", "login"] categories = ["authentication"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/SFort/steam_guard" [dependencies.base64] version = "0.11.0" optional = true [dependencies.sha1] version = "0.6.0" [features] default = ["base64"]