# 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 = "hltv" version = "0.3.2" description = "A client to fetch and parse data from HLTV.org" homepage = "https://github.com/dist1ll/hltv-rust" documentation = "https://docs.rs/hltv/latest/hltv/" readme = "README.md" keywords = [ "hltv", "csgo", "api", "esports", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/dist1ll/hltv-rust" resolver = "2" [lib] doctest = false [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] version = "1.16.1" features = [ "macros", "time", ]