# 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 = "image_search" version = "0.4.5" authors = ["Kestrel"] exclude = ["/misc"] description = "A crate designed to search Google Images based on provided arguments." homepage = "https://pseudoservices.com/gis" readme = "README.md" keywords = [ "google", "image", "search", "async", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/commonkestrel/image_search" [dependencies.async-std] version = "1.12.0" [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3" [dependencies.infer] version = "0.15" [dependencies.serde_json] version = "1" [dependencies.surf] version = "2" default-features = false [features] blocking = [] curl = ["surf/curl-client"] default = ["hyper"] h1 = ["surf/h1-client"] hyper = ["surf/hyper-client"] rustls = ["surf/h1-client-rustls"] wasm = ["surf/wasm-client"]