# 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" rust-version = "1.63" name = "webpage" version = "2.0.1" authors = ["Otto "] description = "Small library to fetch info about a web page: title, description, language, HTTP info, links, RSS feeds, Opengraph, Schema.org, and more" readme = "README.md" keywords = [ "webpage", "html", "opengraph", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/orottier/webpage-rs" [dependencies.curl] version = "0.4.41" optional = true [dependencies.html5ever] version = "0.27" [dependencies.markup5ever_rcdom] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.5" [features] default = ["curl"] serde = ["dep:serde"]