Cargo.lock (3047B)
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 3 4 5 [[package]] 6 name = "autocfg" 7 version = "1.2.0" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" 10 11 [[package]] 12 name = "cfg-if" 13 version = "1.0.0" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 16 17 [[package]] 18 name = "getrandom" 19 version = "0.2.12" 20 source = "registry+https://github.com/rust-lang/crates.io-index" 21 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 22 dependencies = [ 23 "cfg-if", 24 "libc", 25 "wasi", 26 ] 27 28 [[package]] 29 name = "libc" 30 version = "0.2.153" 31 source = "registry+https://github.com/rust-lang/crates.io-index" 32 checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 33 34 [[package]] 35 name = "libm" 36 version = "0.2.8" 37 source = "registry+https://github.com/rust-lang/crates.io-index" 38 checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 39 40 [[package]] 41 name = "num-traits" 42 version = "0.2.18" 43 source = "registry+https://github.com/rust-lang/crates.io-index" 44 checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 45 dependencies = [ 46 "autocfg", 47 "libm", 48 ] 49 50 [[package]] 51 name = "ppv-lite86" 52 version = "0.2.17" 53 source = "registry+https://github.com/rust-lang/crates.io-index" 54 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 55 56 [[package]] 57 name = "rand" 58 version = "0.8.5" 59 source = "registry+https://github.com/rust-lang/crates.io-index" 60 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 61 dependencies = [ 62 "libc", 63 "rand_chacha", 64 "rand_core", 65 ] 66 67 [[package]] 68 name = "rand_chacha" 69 version = "0.3.1" 70 source = "registry+https://github.com/rust-lang/crates.io-index" 71 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 72 dependencies = [ 73 "ppv-lite86", 74 "rand_core", 75 ] 76 77 [[package]] 78 name = "rand_core" 79 version = "0.6.4" 80 source = "registry+https://github.com/rust-lang/crates.io-index" 81 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 82 dependencies = [ 83 "getrandom", 84 ] 85 86 [[package]] 87 name = "rand_distr" 88 version = "0.4.3" 89 source = "registry+https://github.com/rust-lang/crates.io-index" 90 checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" 91 dependencies = [ 92 "num-traits", 93 "rand", 94 ] 95 96 [[package]] 97 name = "rand_pcg" 98 version = "0.3.1" 99 source = "registry+https://github.com/rust-lang/crates.io-index" 100 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" 101 dependencies = [ 102 "rand_core", 103 ] 104 105 [[package]] 106 name = "squiggle_rust" 107 version = "0.1.0" 108 dependencies = [ 109 "rand", 110 "rand_core", 111 "rand_distr", 112 "rand_pcg", 113 ] 114 115 [[package]] 116 name = "wasi" 117 version = "0.11.0+wasi-snapshot-preview1" 118 source = "registry+https://github.com/rust-lang/crates.io-index" 119 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"