| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| |
| [[package]] |
| name = "bytemuck" |
| version = "1.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" |
| dependencies = [ |
| "bytemuck_derive", |
| ] |
| |
| [[package]] |
| name = "bytemuck_derive" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "core_maths" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3" |
| dependencies = [ |
| "libm", |
| ] |
| |
| [[package]] |
| name = "diff" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
| |
| [[package]] |
| name = "font-types" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf" |
| dependencies = [ |
| "bytemuck", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "540654e97a3f4470a492cd30ff187bc95d89557a903a2bbf112e2fae98104ef2" |
| |
| [[package]] |
| name = "kurbo" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f" |
| dependencies = [ |
| "arrayvec", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| |
| [[package]] |
| name = "pretty_assertions" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" |
| dependencies = [ |
| "diff", |
| "yansi", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.89" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "read-fonts" |
| version = "0.28.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "600e807b48ac55bad68a8cb75cc3c7739f139b9248f7e003e01e080f589b5288" |
| dependencies = [ |
| "bytemuck", |
| "core_maths", |
| "font-types", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.215" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.215" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.133" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" |
| dependencies = [ |
| "itoa", |
| "memchr", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "skrifa" |
| version = "0.30.0" |
| dependencies = [ |
| "bytemuck", |
| "core_maths", |
| "kurbo", |
| "pretty_assertions", |
| "read-fonts", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.87" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
| |
| [[package]] |
| name = "yansi" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" |