version = 4
[[package]]
name = "ponsic"
version = "1.1.0"
dependencies = [
"ponsic-winsafe",
]
[[package]]
name = "ponsic-color"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35d43f87c3d46a684bb9dc4ef8b7617552a647748ed484b189e73c435d670720"
[[package]]
name = "ponsic-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d301040b5fc43ea9012bca5cfabd705a7290b2b7610d2c2acab650639b6f12f"
[[package]]
name = "ponsic-winsafe"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4673aafd45744f6ba4af489f2cad6a14702606ae550b91d6e0ff15219a237b12"
dependencies = [
"ponsic-color",
"ponsic-types",
"winapi",
]
[[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-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"