# 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 = "rsteam" version = "0.2.1" authors = ["Kalle Kankaanpää "] description = "rsteam is a easy to use async wrapper for the steam web api" documentation = "https://docs.rs/rsteam" readme = "README.md" keywords = [ "steam", "api", "wrapper", ] categories = [ "api-bindings", "asynchronous", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/KnoxZZ/rsteam" [profile.bench] debug = 2 [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "client", "http2", ] [dependencies.hyper-rustls] version = "0.24" features = [ "rustls-native-certs", "http2", ] [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde-aux] version = "4" [dependencies.serde-xml-rs] version = "0.6" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0.2" [dev-dependencies.tokio] version = "1.19" features = ["full"] [dev-dependencies.tokio-test] version = "0.4"