# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "byteorder" version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "cfg-if" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "fnv" version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fxhash" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" dependencies = [ "byteorder", ] [[package]] name = "getrandom" version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ "cfg-if", "libc", "wasi 0.9.0+wasi-snapshot-preview1", ] [[package]] name = "getrandom" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77" dependencies = [ "cfg-if", "libc", "wasi 0.10.2+wasi-snapshot-preview1", ] [[package]] name = "im" version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8db49f8bc08d5cc4e2bb0f7d25a6d1db2c79bc6f7d7c86c96c657eb3d214125f" dependencies = [ "rustc_version", "sized-chunks", "typenum", ] [[package]] name = "lazy_static" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" version = "0.2.119" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" [[package]] name = "log" version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" dependencies = [ "cfg-if", ] [[package]] name = "paste" version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880" dependencies = [ "paste-impl", "proc-macro-hack", ] [[package]] name = "paste-impl" version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6" dependencies = [ "proc-macro-hack", ] [[package]] name = "pi_any" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11eb29c61d91c65135b354b529f2674c1b5482d4b4c745d71edf8639f68d33df" [[package]] name = "pi_atom" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3361e65398cc47bdc0994e084d61be219aab17f8892b535df4a6ed6ae717f58c" dependencies = [ "fnv", "lazy_static", "pi_bon", "pi_hash", "pi_share", "pi_time", ] [[package]] name = "pi_bon" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "661ec320673bb3acc2f3731b300b432ef082fad45029fc356d0995a1f74145a7" dependencies = [ "pi_data_view", "rand 0.7.3", ] [[package]] name = "pi_data_view" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "161a4a73b261910576a9c511b799d94b873e84141830085f4eaa79cf712fe80e" [[package]] name = "pi_debug_info" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68d94ce05afc31df7597c0b5dec25fd14ace4790aec72102f3aa967cb95de35e" [[package]] name = "pi_ecs_derive_old" version = "0.1.0" dependencies = [ "pi_ecs_old", "pi_map", "proc-macro2", "quote", "syn", ] [[package]] name = "pi_ecs_old" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b0a60ea7e8dc183f3537f4f1892e1b35f27d553d56171873de113e5260b734d" dependencies = [ "lazy_static", "log", "paste", "pi_any", "pi_atom", "pi_debug_info", "pi_hash", "pi_listener", "pi_map", "pi_pointer", "pi_share", "pi_slab", "pi_time", ] [[package]] name = "pi_hash" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e39e00f315d7d07e40ad6b673d86e877943ec62f2bc92d259458aef3faf64dd" dependencies = [ "fxhash", "twox-hash", ] [[package]] name = "pi_listener" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4fb501b76853390350239cf2db0f561cd2858be7d87180123cf0f1ff5970c0d" dependencies = [ "im", "pi_share", ] [[package]] name = "pi_map" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5ae28b06bcb8088d08e50494fc23ef55620fa93625a43647f57e28b17f47af2" dependencies = [ "pi_hash", ] [[package]] name = "pi_pointer" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4afec6fc60de316b51417a1683b3f3f83d839f8d400b352533ef00cb139a6bcc" dependencies = [ "lazy_static", "pi_slab", ] [[package]] name = "pi_share" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f23356f5ab366f2c8daa9029ef16db577bdf559ed9b8e42fa79c91eddc377c18" [[package]] name = "pi_slab" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6acf51fd603e4e527bc50467907a820bb1c308e212b1f967076ce90a38e6258d" [[package]] name = "pi_time" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d96639b00ae2b7b188baa25a647d361694bb8a3b1424fa32191a43861fe343b" dependencies = [ "lazy_static", ] [[package]] name = "ppv-lite86" version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "proc-macro-hack" version = "0.5.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" [[package]] name = "proc-macro2" version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" dependencies = [ "unicode-xid", ] [[package]] name = "quote" version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145" dependencies = [ "proc-macro2", ] [[package]] name = "rand" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ "getrandom 0.1.16", "libc", "rand_chacha 0.2.2", "rand_core 0.5.1", "rand_hc", ] [[package]] name = "rand" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", "rand_chacha 0.3.1", "rand_core 0.6.3", ] [[package]] name = "rand_chacha" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" dependencies = [ "ppv-lite86", "rand_core 0.5.1", ] [[package]] name = "rand_chacha" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", "rand_core 0.6.3", ] [[package]] name = "rand_core" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ "getrandom 0.1.16", ] [[package]] name = "rand_core" version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" dependencies = [ "getrandom 0.2.5", ] [[package]] name = "rand_hc" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" dependencies = [ "rand_core 0.5.1", ] [[package]] name = "rustc_version" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" dependencies = [ "semver", ] [[package]] name = "semver" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" dependencies = [ "semver-parser", ] [[package]] name = "semver-parser" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "sized-chunks" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f01db57d7ee89c8e053245deb77040a6cc8508311f381c88749c33d4b9b78785" dependencies = [ "typenum", ] [[package]] name = "static_assertions" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "syn" version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b" dependencies = [ "proc-macro2", "quote", "unicode-xid", ] [[package]] name = "twox-hash" version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" dependencies = [ "cfg-if", "rand 0.8.5", "static_assertions", ] [[package]] name = "typenum" version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "unicode-xid" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "wasi" version = "0.9.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] name = "wasi" version = "0.10.2+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"