[package]
edition = "2021"
name = "nerd_font"
version = "0.3.1"
authors = ["@rscarson"]
build = "build.rs"
autolib = false
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",
]
[features]
default = []
iced = ["dep:iced"]
[lib]
name = "nerd_font"
path = "src/lib.rs"
[dependencies.font-map]
version = "0.3.1"
[dependencies.iced]
version = "0.14"
optional = true
[build-dependencies.font-map]
version = "0.3.1"