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.2"
dependencies = [
"pictogram-icons-bootstrap",
"pictogram-icons-material",
"pictogram-macro",
]
[[package]]
name = "pictogram-icons-bootstrap"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f42c49eeeaae55ec2f5d17b44a631dcb0a9b3d66ef48383e0f27c98e71f85a"
[[package]]
name = "pictogram-icons-material"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd12850fe357e116d194903ed5fd58a2e8371ce88bdba76d166171f0539cd4a"
[[package]]
name = "pictogram-macro"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "288775661cf44f06bf34886df9a2e83a68d2fae40c4ad8cb7b065832c674a184"
dependencies = [
"pictogram-icons-bootstrap",
"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"