# 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 = "rust-devicons" version = "0.2.3" authors = ["Alexandre Pasmantier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library to retrieve 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 = "Unlicense" repository = "https://github.com/alexpasmantier/rust-devicons" [lib] name = "rust_devicons" path = "src/lib.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" [dependencies.lazy_static] version = "1.5.0"