site_icons 0.1.2

Website icon scraper that fetches sizes (with WASM support)
Documentation
[dependencies.byteorder]
version = "1.4.2"

[dependencies.clap]
version = "3.0.0-beta.2"

[dependencies.data-url]
version = "0.1.0"

[dependencies.futures]
version = "0.3.12"

[dependencies.html5ever]
version = "0.25.1"

[dependencies.itertools]
version = "0.10.0"

[dependencies.log]
version = "0.4.14"

[dependencies.mime]
package = "mime_4"
version = "0.4.0-a.0"

[dependencies.once_cell]
version = "1.5.2"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
features = ["json", "cookies", "blocking", "stream"]
package = "reqwest-wasm"
version = "0.11.0"

[dependencies.scraper]
version = "0.12.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "1.6.2"

[dependencies.tokio-futures-byteorder]
features = ["futures"]
version = "0.2.0"

[dependencies.url]
features = ["serde"]
version = "2.2.0"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Sam Denty <sam@samdenty.com>"]
categories = ["command-line-utilities", "multimedia::images", "wasm"]
description = "Website icon scraper that fetches sizes (with WASM support)"
documentation = "https://docs.rs/site_icons"
edition = "2018"
homepage = "https://github.com/samdenty/site_icons"
keywords = ["favicon", "logo", "website", "scraper", "cli"]
license = "GPL-3.0"
name = "site_icons"
repository = "https://github.com/samdenty/site_icons"
version = "0.1.2"
[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-Oz", "--enable-mutable-globals"]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.env_logger]
version = "0.8.2"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
features = ["full"]
version = "1.1.1"