devicons 0.6.13

A Rust library that provides filetype glyphs (icons) for a wide range of common file formats.
Documentation
# 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 = "devicons"
version = "0.6.13"
authors = ["Alexandre Pasmantier <alex.pasmant@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library that provides filetype glyphs (icons) for a wide range of common file formats."
homepage = "https://github.com/alexpasmantier/rust-devicons"
readme = "README.md"
keywords = [
    "icons",
    "filetype",
    "glyphs",
    "nerd-fonts",
    "rust",
]
categories = [
    "command-line-utilities",
    "command-line-interface",
    "filesystem",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/alexpasmantier/rust-devicons"

[lib]
name = "devicons"
path = "src/lib.rs"

[[example]]
name = "all"
path = "examples/all.rs"

[[example]]
name = "dark_theme"
path = "examples/dark_theme.rs"

[[example]]
name = "default"
path = "examples/default.rs"

[[example]]
name = "light_theme"
path = "examples/light_theme.rs"

[[example]]
name = "short"
path = "examples/short.rs"

[dependencies.lazy_static]
version = "1.5.0"