# 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 = "favilib" version = "0.5.1" authors = ["Pascal Pfeiffer "] description = "Library for fetching and parsing favicons from websites" readme = "README.md" keywords = [ "favicon", "icon", ] license = "MIT" repository = "https://github.com/Pascal736/favilib" [lib] name = "favilib" path = "src/lib.rs" [[bin]] name = "favilib" path = "src/cli.rs" [dependencies.anyhow] version = "^1" [dependencies.clap] version = "^4" features = ["derive"] [dependencies.image] version = "^0.25" [dependencies.reqwest] version = "^0.12" features = ["blocking"] [dependencies.scraper] version = "^0.19" [dependencies.thiserror] version = "^1" [dependencies.url] version = "^2"