# 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 = "metascraper" version = "0.2.2" authors = ["Mehmetcan ŞAHİN "] description = "MetaScraper is a extracts metadata information of a website." documentation = "https://docs.rs/metascraper" readme = "README.md" keywords = [ "meta", "metatags", "metascraper", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/mehmetcansahin/metascraper" [[bench]] name = "metascraper" harness = false [dependencies.tl] version = "0.7.7" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.reqwest] version = "0.11" features = ["blocking"]