opengraph 0.2.4

Parses html and extracts Open Graph protocol markup
Documentation
[dependencies.html5ever]
version = "^0.22"

[dependencies.reqwest]
optional = true
version = "^0.9"

[dependencies.serde]
version = "^1"

[dependencies.serde_derive]
version = "^1"

[dependencies.serde_json]
version = "^1"

[features]
default = ["reqwest"]

[package]
authors = ["Hiroki Kumamoto <kumabook@live.jp>"]
categories = []
description = "Parses html and extracts Open Graph protocol markup"
homepage = "https://github.com/kumabook/opengraph"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["opengraph"]
license = "MIT"
name = "opengraph"
repository = "https://github.com/kumabook/opengraph.git"
version = "0.2.4"