Crates.io | favico |
lib.rs | favico |
version | |
source | src |
created_at | 2024-03-26 07:02:28.628332+00 |
updated_at | 2025-03-24 04:45:41.383823+00 |
description | An utility for creating favicons |
homepage | https://sorairolake.github.io/favico/ |
repository | https://github.com/sorairolake/favico |
max_upload_size | |
id | 1186043 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
favico is a command-line utility for creating favicons.
cargo install favico
The release page contains pre-built binaries for Linux, macOS and Windows.
Please see BUILD.adoc.
favico input.png
The following files will be generated in the current directory:
.
├── android-chrome-192x192.png
├── android-chrome-512x512.png
├── apple-touch-icon.png
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
└── site.webmanifest
--generate-completion
option generates shell completions to standard output.
The following shells are supported:
bash
elvish
fish
nushell
powershell
zsh
Example:
favico --generate-completion bash > favico.bash
Please see the following:
The upstream repository is available at https://github.com/sorairolake/favico.git.
The source code is also available at:
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
https://sorairolake.github.io/favico/
Copyright (C) 2024 Shun Sakai (see AUTHORS.adoc)
This project is compliant with version 3.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.