forked from openkylin/rust-ttf-parser
31 lines
790 B
Plaintext
31 lines
790 B
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "base64"
|
||
|
version = "0.13.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pico-args"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ttf-parser"
|
||
|
version = "0.15.2"
|
||
|
dependencies = [
|
||
|
"base64",
|
||
|
"pico-args",
|
||
|
"xmlwriter",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "xmlwriter"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|