| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "base64" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
| |
| [[package]] |
| name = "float-cmp" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e" |
| |
| [[package]] |
| name = "pico-args" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28b9b4df73455c861d7cbf8be42f01d3b373ed7f02e378d55fa84eafc6f638b1" |
| |
| [[package]] |
| name = "siphasher" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" |
| |
| [[package]] |
| name = "svgtypes" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff" |
| dependencies = [ |
| "float-cmp", |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "ttf-parser" |
| version = "0.10.1" |
| dependencies = [ |
| "base64", |
| "pico-args", |
| "svgtypes", |
| "xmlwriter", |
| ] |
| |
| [[package]] |
| name = "xmlwriter" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" |