# 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] name = "opengraph-rs" version = "0.2.6" authors = ["Jagan Veeraraghavan "] include = [ "**/*.rs", "Cargo.toml", ] description = "Parses html and extracts Open Graph protocol markup. Fork of https://github.com/kumabook/opengraph" homepage = "https://github.com/iamjagan/opengraph" readme = "README.md" keywords = ["opengraph"] categories = [] license = "MIT" repository = "https://github.com/iamjagan/opengraph.git" [dependencies.html5ever] version = "^0.22" [dependencies.reqwest] version = "^0.9" optional = true [dependencies.serde] version = "^1" [dependencies.serde_derive] version = "^1" [dependencies.serde_json] version = "^1" [features] default = ["reqwest"]