rust_project 0.1.5

upload test
Documentation
[package]
name = "rust_project" 
version = "0.1.5" 
edition = "2021" # option 2015 2018 2021
description = "upload test" 
license = "MIT OR Apache-2.0" 
readme = "Readme.md" 

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
encoding = '0.2.33'
futures = {version = "0.3.*"}
http = "0.2.9"
jsonpath = "0.1.1"
reqwest = {version = "0.11.15", features = ["json", "cookies"]}
scraper = "0.16.0"
serde_json = "1.0.94"
tokio = {version = "1.26.0", features = ["full"]}