founder 0.3.0

The package provides a font toolbox.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "arguments"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d8b6590432235ca848cccae06397e642a4e984b37c546dc1b0dcb056b9dcd23"
dependencies = [
 "options",
]

[[package]]
name = "font"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e997d3874e169d01aade13f99c75939daaf21a582d0f2aa73854da9c0bb6194b"
dependencies = [
 "opentype",
 "postscript",
 "truetype",
 "typeface",
]

[[package]]
name = "founder"
version = "0.3.0"
dependencies = [
 "arguments",
 "font",
 "svg",
 "walkdir",
]

[[package]]
name = "opentype"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c75e17046b102fd66b7e5bed71c5d58cae0dc377ea74d97d9e18f4ca568560"
dependencies = [
 "postscript",
 "truetype",
 "typeface",
]

[[package]]
name = "options"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61a1c9b12c453182754f3126c5689324c7214265de2df79917b59de87547a916"

[[package]]
name = "postscript"
version = "0.16.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2baeb7f4cf378cd0c2b756618bbf36cc7e45094cf53808f793aea4587616ae4b"
dependencies = [
 "typeface",
]

[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
 "winapi-util",
]

[[package]]
name = "svg"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1206d132b55a9c93e12b7e6f9044a27b563a8dea3a39d9bc1764d613a7dd3fa"

[[package]]
name = "truetype"
version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c628aaf2721bbf3082a712649f8735d146f8752189ad5fcbeac4b8a2d9c03cd"
dependencies = [
 "typeface",
]

[[package]]
name = "typeface"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "716f008359b511ef53d91e103efe33184a417619862736dcc9725126b792ae12"

[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
 "same-file",
 "winapi",
 "winapi-util",
]

[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
 "winapi",
]

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"