# 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-rover" version = "0.1.3" authors = [ "Benji Grant", "Ewan Breakey", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A web service and CLI tool to fetch the favicon of any website" readme = "README.md" keywords = [ "favicon", "scraper", "icon", ] license = "MIT" repository = "https://github.com/stevent-team/favicon-rover" [[bin]] name = "favicon-rover" path = "src/main.rs" [dependencies.accept-header] version = "0.2.3" optional = true [dependencies.axum] version = "0.6.19" optional = true [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.image] version = "0.24.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.mime] version = "0.3.17" optional = true [dependencies.regex] version = "1.10.2" optional = true [dependencies.reqwest] version = "0.11.22" features = ["stream"] [dependencies.resvg] version = "0.37.0" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0.51" [dependencies.tl] version = "0.7.7" [dependencies.tokio] version = "1.35.0" features = ["full"] [dependencies.tower] version = "0.4.13" optional = true [dependencies.tower-http] version = "0.4.3" features = [ "trace", "cors", ] optional = true [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [dependencies.url] version = "2.5.0" [dependencies.webp] version = "0.2.6" [features] default = [] server = [ "dep:axum", "dep:tower-http", "dep:tower", "dep:tracing-subscriber", "dep:tracing", "dep:accept-header", "dep:mime", "dep:regex", ]