pictogram 0.2.5

A compile time svg icon resolver.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "memchr"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"

[[package]]
name = "pictogram"
version = "0.2.5"
dependencies = [
 "pictogram-icons-bootstrap",
 "pictogram-icons-feather",
 "pictogram-icons-material",
 "pictogram-macro",
]

[[package]]
name = "pictogram-icons-bootstrap"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ae8d4e17d7ec12056e748f9270092c6151a2ba1d77181276d9aff8fd22e38b7"

[[package]]
name = "pictogram-icons-feather"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463f07ad754916e4ed5318c18a47fd8b0a986cd3dbb0fd3165efc1ac9f540165"

[[package]]
name = "pictogram-icons-material"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23fef6b3587f1d240cb8f1d0f13302e8ac7a18be11c3ca7c858649b9988c8db"

[[package]]
name = "pictogram-macro"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c239f6fe594993c9db340be13bbc51a7278d810894967a3569e96f9b08efe11"
dependencies = [
 "pictogram-icons-bootstrap",
 "pictogram-icons-feather",
 "pictogram-icons-material",
 "proc-macro2",
 "quote",
 "roxmltree",
 "syn",
]

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "roxmltree"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
dependencies = [
 "memchr",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"