# 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 = "2018" name = "grab-meta" version = "0.1.4" authors = ["miqbalrr "] description = "a single meta scrapper for getting (title, image, description) of an url" documentation = "https://docs.rs/grab-meta" readme = "README.md" keywords = [ "meta", "meta-scrapper", "metadata", ] license = "MIT" repository = "https://github.com/miqbalrr/grab-meta/" [dependencies.reqwest] version = "0.10.8" [dependencies.select] version = "0.5.0" [dependencies.serde] version = "1.0.116" [dependencies.serde_derive] version = "1.0.116" [dependencies.serde_json] version = "1.0.58" [dependencies.tokio] version = "0.2" features = ["full"]