[package] name = "internet-util" version = "0.1.0" authors = ["fangcy"] repository = "https://github.com/fangcy/internet-util" readme = "README.md" description = "A internet util." keywords = [ "util", "internet" ] license = "MIT OR Apache-2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] scraper = "0.18.1" reqwest = { version = "0.11.18", features = ["json"] } tokio = {version ="1.18.2",features = ["full"] } flate2 = "1.0" encoding_rs = "0.8.33" [dependencies.regex] version = "1.9.6"