favilib 0.5.1

Library for fetching and parsing favicons from websites
Documentation
[[bin]]
name = "favilib"
path = "src/cli.rs"

[dependencies.anyhow]
version = "^1"

[dependencies.clap]
features = ["derive"]
version = "^4"

[dependencies.image]
version = "^0.25"

[dependencies.reqwest]
features = ["blocking"]
version = "^0.12"

[dependencies.scraper]
version = "^0.19"

[dependencies.thiserror]
version = "^1"

[dependencies.url]
version = "^2"

[lib]
name = "favilib"
path = "src/lib.rs"

[package]
authors = ["Pascal Pfeiffer <PaPfeiffer@proton.me>"]
description = "Library for fetching and parsing favicons from websites"
edition = "2021"
keywords = ["favicon", "icon"]
license = "MIT"
name = "favilib"
readme = "README.md"
repository = "https://github.com/Pascal736/favilib"
version = "0.5.1"