| 1 |
[[package]]
|
| 2 |
name = "axidraw-experiments"
|
| 3 |
version = "0.1.0"
|
| 4 |
dependencies = [
|
| 5 |
"gunpowder_treason 0.1.0",
|
| 6 |
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 7 |
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 8 |
]
|
| 9 |
|
| 10 |
[[package]]
|
| 11 |
name = "bitflags"
|
| 12 |
version = "1.0.3"
|
| 13 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 14 |
|
| 15 |
[[package]]
|
| 16 |
name = "cloudabi"
|
| 17 |
version = "0.0.3"
|
| 18 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 19 |
dependencies = [
|
| 20 |
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 21 |
]
|
| 22 |
|
| 23 |
[[package]]
|
| 24 |
name = "either"
|
| 25 |
version = "1.5.0"
|
| 26 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 27 |
|
| 28 |
[[package]]
|
| 29 |
name = "fuchsia-zircon"
|
| 30 |
version = "0.3.3"
|
| 31 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 32 |
dependencies = [
|
| 33 |
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 34 |
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 35 |
]
|
| 36 |
|
| 37 |
[[package]]
|
| 38 |
name = "fuchsia-zircon-sys"
|
| 39 |
version = "0.3.3"
|
| 40 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 41 |
|
| 42 |
[[package]]
|
| 43 |
name = "gunpowder_treason"
|
| 44 |
version = "0.1.0"
|
| 45 |
|
| 46 |
[[package]]
|
| 47 |
name = "itertools"
|
| 48 |
version = "0.7.8"
|
| 49 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 50 |
dependencies = [
|
| 51 |
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 52 |
]
|
| 53 |
|
| 54 |
[[package]]
|
| 55 |
name = "libc"
|
| 56 |
version = "0.2.43"
|
| 57 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 58 |
|
| 59 |
[[package]]
|
| 60 |
name = "rand"
|
| 61 |
version = "0.5.5"
|
| 62 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 63 |
dependencies = [
|
| 64 |
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 65 |
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 66 |
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 67 |
"rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 68 |
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 69 |
]
|
| 70 |
|
| 71 |
[[package]]
|
| 72 |
name = "rand_core"
|
| 73 |
version = "0.2.1"
|
| 74 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 75 |
|
| 76 |
[[package]]
|
| 77 |
name = "winapi"
|
| 78 |
version = "0.3.5"
|
| 79 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 80 |
dependencies = [
|
| 81 |
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 82 |
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 83 |
]
|
| 84 |
|
| 85 |
[[package]]
|
| 86 |
name = "winapi-i686-pc-windows-gnu"
|
| 87 |
version = "0.4.0"
|
| 88 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 89 |
|
| 90 |
[[package]]
|
| 91 |
name = "winapi-x86_64-pc-windows-gnu"
|
| 92 |
version = "0.4.0"
|
| 93 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 94 |
|
| 95 |
[metadata]
|
| 96 |
"checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
|
| 97 |
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
| 98 |
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
|
| 99 |
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
| 100 |
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
| 101 |
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
|
| 102 |
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
|
| 103 |
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
|
| 104 |
"checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
|
| 105 |
"checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
|
| 106 |
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
| 107 |
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|