meta_oxide 0.1.0

Universal metadata extraction library supporting 13 formats (HTML Meta, Open Graph, Twitter Cards, JSON-LD, Microdata, Microformats, RDFa, Dublin Core, Web App Manifest, oEmbed, rel-links, Images, SEO) with 7 language bindings
Documentation
[build-dependencies.cbindgen]
version = "0.27"

[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.22"

[dependencies.scraper]
version = "0.20"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
version = "2.5"

[dev-dependencies.pyo3]
features = ["auto-initialize"]
version = "0.22"

[[example]]
name = "before_after_comparison"
path = "examples/before_after_comparison.rs"

[[example]]
name = "macro_demo"
path = "examples/macro_demo.rs"

[features]
c-api = []
default = ["python"]
python = ["pyo3"]

[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
name = "meta_oxide"
path = "src/lib.rs"

[package]
authors = ["Yury Fedoseev <yfedoseev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["parser-implementations", "web-programming", "text-processing"]
description = "Universal metadata extraction library supporting 13 formats (HTML Meta, Open Graph, Twitter Cards, JSON-LD, Microdata, Microformats, RDFa, Dublin Core, Web App Manifest, oEmbed, rel-links, Images, SEO) with 7 language bindings"
edition = "2021"
keywords = ["metadata", "parsing", "html", "web", "extraction"]
license = "MIT OR Apache-2.0"
name = "meta_oxide"
readme = "README.md"
repository = "https://github.com/yfedoseev/meta_oxide"
version = "0.1.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3