# 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 = "steamguard" version = "0.14.0" authors = ["Carson McManus "] description = "Library for generating 2fa codes for Steam and responding to mobile confirmations." readme = "README.md" keywords = [ "steam", "2fa", "steamguard", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dyc3/steamguard-cli/tree/master/steamguard" [dependencies.anyhow] version = "^1.0" [dependencies.base64] version = "^0.22.1" [dependencies.cookie] version = "0.18" [dependencies.hmac] version = "^0.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.19" [dependencies.maplit] version = "1.0.2" [dependencies.num_enum] version = "0.7.2" [dependencies.phonenumber] version = "0.3" [dependencies.protobuf] version = "3.2.0" [dependencies.protobuf-json-mapping] version = "3.2.0" [dependencies.rand] version = "0.8.4" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", "cookies", "gzip", "rustls-tls", "multipart", ] default-features = false [dependencies.rsa] version = "0.9.2" [dependencies.secrecy] version = "0.8" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1.11" [dependencies.sha1] version = "^0.10" [dependencies.sha2] version = "^0.10" [dependencies.thiserror] version = "1.0.26" [dependencies.uuid] version = "1.8" features = ["v4"] [dependencies.zeroize] version = "^1.6.0" features = [ "std", "zeroize_derive", ] [build-dependencies.anyhow] version = "^1.0" [build-dependencies.protobuf] version = "3.2.0" [build-dependencies.protobuf-codegen] version = "3.2.0"