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.4"
dependencies = [
"pictogram-icons-bootstrap",
"pictogram-icons-feather",
"pictogram-icons-material",
"pictogram-macro",
]
[[package]]
name = "pictogram-icons-bootstrap"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a21d50a49736774762a578486ae48543ed045aa665a634e993e70d73364202a"
[[package]]
name = "pictogram-icons-feather"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58349bf59f953fabdc511dc388b82173c99db10ec2904cb701af8c671c3c8de3"
[[package]]
name = "pictogram-icons-material"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2a17b538077eec432b5ee2d88cad98239ebf3361ed9f89c8400b824332b722b"
[[package]]
name = "pictogram-macro"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5811675eb86ffa3c15129bb25017b03ad2e819908227b561b8f16fb75dcebd7"
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"