# 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 = "2018" name = "repo_icons" version = "0.3.3" authors = ["Sam Denty "] default-run = "repo-icons" description = "Get icons for any github repo" homepage = "https://github.com/samdenty/github-icons/tree/master/repo_icons" documentation = "https://docs.rs/repo_icons" readme = "README.md" keywords = [ "favicon", "logo", "website", "scraper", "cli", ] categories = [ "command-line-utilities", "multimedia::images", "wasm", ] license = "GPL-3.0" repository = "https://github.com/samdenty/github-icons/tree/master/repo_icons" [package.metadata.wasm-pack.profile.release] wasm-opt = [ "-Oz", "--enable-mutable-globals", ] [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.async-recursion] version = "1.0.0" [dependencies.bytes] version = "1.0.1" [dependencies.cached] version = "0.23.0" [dependencies.clap] version = "3.1.7" features = ["derive"] [dependencies.data-url] version = "0.2.0" [dependencies.derivative] version = "2.2.0" [dependencies.fancy-regex] version = "0.10.0" [dependencies.futures] version = "0.3.12" [dependencies.gh_api] version = "0.3.0" [dependencies.html5ever] version = "0.26.0" [dependencies.image] version = "0.24.1" optional = true [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.14" [dependencies.maplit] version = "1.0.2" [dependencies.once_cell] version = "1.5.2" [dependencies.pin-utils] version = "0.1.0" [dependencies.reqwest] version = "0.11.12" features = [ "json", "cookies", "blocking", "stream", ] [dependencies.scraper] version = "0.13.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.6.2" [dependencies.site_icons] version = "0.4.1" [dependencies.url] version = "2.2.0" features = ["serde"] [dependencies.vec1] version = "1.6.0" features = ["serde"] [features] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.env_logger] version = "0.9.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.1.1" features = ["full"]