[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.12.9"
[dependencies.scraper]
version = "0.21.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[lib]
name = "krtek"
path = "src/lib.rs"
[package]
authors = ["9hb <github.com/9hb>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for searching HTML elements using ID, tags, and class in HTML pages"
edition = "2021"
license = "MIT"
name = "krtek"
readme = "README.md"
repository = "https://github.com/9hb/krtecek"
version = "0.2.0"