You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
625 B
25 lines
625 B
[package]
|
|
name = "hltv"
|
|
version = "0.3.2"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "A client to fetch and parse data from HLTV.org"
|
|
homepage = "https://github.com/dist1ll/hltv-rust"
|
|
repository = "https://github.com/dist1ll/hltv-rust"
|
|
documentation = "https://docs.rs/hltv/latest/hltv/"
|
|
readme = "README.md"
|
|
keywords = ["hltv", "csgo", "api", "esports"]
|
|
categories = ["api-bindings"]
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
reqwest = "0.11.9"
|
|
chrono = "0.4.19"
|
|
tl = "0.6.2"
|
|
html-escape = "0.2.11"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.16.1", features = ["macros", "time"] }
|
|
pretty_assertions = "1.1.0"
|
|
|