# 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 = "nerd_font" version = "0.2.8" authors = ["@rscarson"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Enumerated contents of the JetBrainsMono Nerd Font" readme = "readme.md" keywords = [ "font", "fonts", "text", "macros", "svg", ] categories = [ "api-bindings", "text-processing", "encoding", "gui", ] license = "MIT" repository = "https://github.com/rscarson/font-map" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "nerd_font" path = "src/lib.rs" [dependencies.font-map] version = "0.2.8" [dependencies.iced] version = "0.13" optional = true [build-dependencies.font-map] version = "0.2.8" [features] default = [] iced = ["dep:iced"]