1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "bytemuck" 7version = "1.16.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5" 10dependencies = [ 11 "bytemuck_derive", 12] 13 14[[package]] 15name = "bytemuck_derive" 16version = "1.6.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60" 19dependencies = [ 20 "proc-macro2", 21 "quote", 22 "syn", 23] 24 25[[package]] 26name = "cc" 27version = "1.0.83" 28source = "registry+https://github.com/rust-lang/crates.io-index" 29checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 30dependencies = [ 31 "libc", 32] 33 34[[package]] 35name = "cxx" 36version = "1.0.120" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "ff4dc7287237dd438b926a81a1a5605dad33d286870e5eee2db17bf2bcd9e92a" 39dependencies = [ 40 "cc", 41 "cxxbridge-flags", 42 "cxxbridge-macro", 43 "link-cplusplus", 44] 45 46[[package]] 47name = "cxxbridge-flags" 48version = "1.0.120" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "701a1ac7a697e249cdd8dc026d7a7dafbfd0dbcd8bd24ec55889f2bc13dd6287" 51 52[[package]] 53name = "cxxbridge-macro" 54version = "1.0.120" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "b404f596046b0bb2d903a9c786b875a126261b52b7c3a64bbb66382c41c771df" 57dependencies = [ 58 "proc-macro2", 59 "quote", 60 "syn", 61] 62 63[[package]] 64name = "font-types" 65version = "0.8.2" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "11c3a23a5a151afb1f74ea797f8c300dee41eff9ee3cb1bf94ed316d860c46b3" 68dependencies = [ 69 "bytemuck", 70] 71 72[[package]] 73name = "fontations" 74version = "0.1.0" 75dependencies = [ 76 "bytemuck", 77 "cxx", 78 "font-types", 79 "read-fonts", 80 "skrifa", 81] 82 83[[package]] 84name = "libc" 85version = "0.2.150" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" 88 89[[package]] 90name = "link-cplusplus" 91version = "1.0.9" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" 94dependencies = [ 95 "cc", 96] 97 98[[package]] 99name = "proc-macro2" 100version = "1.0.79" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 103dependencies = [ 104 "unicode-ident", 105] 106 107[[package]] 108name = "quote" 109version = "1.0.35" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 112dependencies = [ 113 "proc-macro2", 114] 115 116[[package]] 117name = "read-fonts" 118version = "0.25.3" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f" 121dependencies = [ 122 "bytemuck", 123 "font-types", 124] 125 126[[package]] 127name = "skrifa" 128version = "0.26.3" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "8c6b5a707bcd0a996bbccbfc396eb1dcaa70665974f56c0b268131fce4af82a6" 131dependencies = [ 132 "bytemuck", 133 "read-fonts", 134] 135 136[[package]] 137name = "syn" 138version = "2.0.58" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687" 141dependencies = [ 142 "proc-macro2", 143 "quote", 144 "unicode-ident", 145] 146 147[[package]] 148name = "unicode-ident" 149version = "1.0.12" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 152