demostf-client 0.1.1

Api client for demos.tf
Documentation
[package]
name = "demostf-client"
version = "0.1.1"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Api client for demos.tf"
license = "MIT OR Apache-2.0"
repository = "https://github.com/demostf/api-client"
readme = "README.md"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
reqwest = { version = "0.10", features = ["json"] }
thiserror = "1.0"
hex = "0.4"
steamid-ng = "0.3"

[dev-dependencies]
tokio = { version = "0.2", features = ["macros"] }