pictogram 0.2.2

A compile time svg icon resolver.
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 = "2024"
name = "pictogram"
version = "0.2.2"
authors = ["Tom Dymel <tom@dymel.dev>"]
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compile time svg icon resolver."
documentation = "https://docs.rs/pictogram"
readme = "README.md"
keywords = [
    "icons",
    "svg",
    "dioxus",
    "leptos",
]
categories = [
    "gui",
    "web-programming",
    "accessibility",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tdymel/pictogram"

[features]
bootstrap = [
    "dep:pictogram-icons-bootstrap",
    "pictogram-macro/bootstrap",
]
default = [
    "material",
    "bootstrap",
]
material = [
    "dep:pictogram-icons-material",
    "pictogram-macro/material",
]

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

[dependencies.pictogram-icons-bootstrap]
version = "0.2.2"
optional = true
default-features = false

[dependencies.pictogram-icons-material]
version = "0.2.2"
optional = true
default-features = false

[dependencies.pictogram-macro]
version = "0.2.2"