[package] name = "steam-api" version = "0.4.1" authors = ["dindybutts "] edition = "2018" license = "MIT" description = "A crate for interacting with the steam api" repository = "https://github.com/dindybutts/steam-api" documentation = "https://docs.rs/steam-api" keywords = ["steam", "api"] categories = ["api-bindings"] include = ["src/**.rs", "LICENSE.md", "README.md"] # Set to true once everything in Todo.md is done publish = true [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"] } anyhow = "1.0.41" log = "0.4" # standard crate data is left out [dev-dependencies] simple_logger = "1.11.0"