# 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] edition = "2021" name = "favicon-picker" version = "1.1.0" authors = ["tonymushah tonymushahdev06@yahoo.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for getting favicon from websites" readme = "README.md" keywords = ["favicon"] license-file = "LICENSE" repository = "https://github.com/tonymushah/favicon-picker" [lib] name = "favicon_picker" path = "src/lib.rs" [[example]] name = "download" path = "examples/download.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.bytes] version = "1" [dependencies.reqwest] version = "0" [dependencies.scraper] version = "0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dependencies.url] version = "2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.tokio] version = "1.37.0" features = [ "rt", "macros", ] [features] blocking = ["reqwest/blocking"] default = ["non_exhaustive"] non_exhaustive = [] serde = ["dep:serde"]