nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 85 lines 3.6 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3[[package]] 4name = "cfg-if" 5version = "1.0.0" 6source = "registry+https://github.com/rust-lang/crates.io-index" 7 8[[package]] 9name = "getrandom" 10version = "0.2.2" 11source = "registry+https://github.com/rust-lang/crates.io-index" 12dependencies = [ 13 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 14 "libc 0.2.94 (registry+https://github.com/rust-lang/crates.io-index)", 15 "wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", 16] 17 18[[package]] 19name = "libc" 20version = "0.2.94" 21source = "registry+https://github.com/rust-lang/crates.io-index" 22 23[[package]] 24name = "ppv-lite86" 25version = "0.2.10" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27 28[[package]] 29name = "rand" 30version = "0.8.3" 31source = "registry+https://github.com/rust-lang/crates.io-index" 32dependencies = [ 33 "libc 0.2.94 (registry+https://github.com/rust-lang/crates.io-index)", 34 "rand_chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 35 "rand_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 36 "rand_hc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 37] 38 39[[package]] 40name = "rand_chacha" 41version = "0.3.0" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43dependencies = [ 44 "ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", 45 "rand_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 46] 47 48[[package]] 49name = "rand_core" 50version = "0.6.2" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52dependencies = [ 53 "getrandom 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 54] 55 56[[package]] 57name = "rand_hc" 58version = "0.3.0" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60dependencies = [ 61 "rand_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 62] 63 64[[package]] 65name = "v1" 66version = "0.1.0" 67dependencies = [ 68 "rand 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", 69] 70 71[[package]] 72name = "wasi" 73version = "0.10.2+wasi-snapshot-preview1" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75 76[metadata] 77"checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 78"checksum getrandom 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" 79"checksum libc 0.2.94 (registry+https://github.com/rust-lang/crates.io-index)" = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" 80"checksum ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 81"checksum rand 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" 82"checksum rand_chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" 83"checksum rand_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" 84"checksum rand_hc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" 85"checksum wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"