# 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 = "requests2" version = "0.1.62" description = "simple http client by rust" readme = "README.md" license-file = "license" repository = "https://gitee.com/jackxiao3386/requests2" resolver = "2" [dependencies.encoding] version = "0.2.33" [dependencies.futures] version = "0.3" [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1.1.0" [dependencies.reqwest] version = "0.11.2" features = [ "json", "blocking", ] [dependencies.scraper] version = "0.12.0" [dependencies.select] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.dbfile] version = "0.1.51" [dev-dependencies.dbfile_derive] version = "0.1.51" [dev-dependencies.postgres] version = "0.19.2" [dev-dependencies.regex] version = "1.1.0" [dev-dependencies.rusqlite] version = "0.27.0"