# 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] edition = "2018" name = "steam-auth" version = "1.0.0" authors = ["Matt Taylor"] description = "Allows you to implement a 'login with steam' feature on your website." documentation = "https://docs.rs/steam-auth" readme = "README.md" keywords = ["steam", "login", "authentication", "authenticate", "openid"] categories = ["authentication", "asynchronous", "network-programming", "web-programming"] license = "MIT" repository = "https://github.com/64/steam-auth" [dependencies.failure] version = "0.1.5" [dependencies.futures] version = "0.1" optional = true [dependencies.http] version = "0.1.17" [dependencies.reqwest] version = "0.9" optional = true [dependencies.serde] version = "1.0.92" [dependencies.serde_derive] version = "1.0.92" [dependencies.serde_urlencoded] version = "0.5.5" [dependencies.url] version = "1.7.2" [dev-dependencies.simple-server] version = "0.4.0" [features] reqwest-09x = ["reqwest", "futures"] [badges.travis-ci] repository = "64/steam-auth"