| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "cxx" |
| version = "1.0.110" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7129e341034ecb940c9072817cd9007974ea696844fc4dd582dc1653a7fbe2e8" |
| dependencies = [ |
| "cc", |
| "cxxbridge-flags", |
| "cxxbridge-macro", |
| "link-cplusplus", |
| ] |
| |
| [[package]] |
| name = "cxxbridge-flags" |
| version = "1.0.110" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06fdd177fc61050d63f67f5bd6351fac6ab5526694ea8e359cd9cd3b75857f44" |
| |
| [[package]] |
| name = "cxxbridge-macro" |
| version = "1.0.110" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "587663dd5fb3d10932c8aecfe7c844db1bcf0aee93eeab08fac13dc1212c2e7f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "font-types" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bd7f3ea17572640b606b35df42cfb6ecdf003704b062580e59918692190b73d" |
| |
| [[package]] |
| name = "fontations" |
| version = "0.1.0" |
| dependencies = [ |
| "cxx", |
| "font-types", |
| "read-fonts", |
| "skrifa", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.150" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" |
| |
| [[package]] |
| name = "link-cplusplus" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "read-fonts" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5c4fe2e013f061f20dbb4e0d71b92b79066e665d09b40dce29aab4dc1d0706f" |
| dependencies = [ |
| "font-types", |
| ] |
| |
| [[package]] |
| name = "skrifa" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6aec20c3b3b8a93cf88f261326a5e729f07c7e9a1c486846c3ee67765a40e5a8" |
| dependencies = [ |
| "read-fonts", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |