[dependencies.chrono]
version = "0.4.19"
[dependencies.html-escape]
version = "0.2.11"
[dependencies.reqwest]
version = "0.11.9"
[dependencies.tl]
version = "0.6.2"
[dev-dependencies.pretty_assertions]
version = "1.1.0"
[dev-dependencies.tokio]
features = ["macros", "time"]
version = "1.16.1"
[lib]
doctest = false
[package]
categories = ["api-bindings"]
description = "A client to fetch and parse data from HLTV.org"
documentation = "https://docs.rs/hltv/latest/hltv/"
edition = "2021"
homepage = "https://github.com/dist1ll/hltv-rust"
keywords = ["hltv", "csgo", "api", "esports"]
license = "MIT OR Apache-2.0"
name = "hltv"
readme = "README.md"
repository = "https://github.com/dist1ll/hltv-rust"
resolver = "2"
version = "0.3.2"