nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 72 lines 1.8 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "cfg-if" 7version = "1.0.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 10 11[[package]] 12name = "getrandom" 13version = "0.2.2" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" 16dependencies = [ 17 "cfg-if", 18 "libc", 19 "wasi", 20] 21 22[[package]] 23name = "git-dependency-branch" 24version = "0.1.0" 25dependencies = [ 26 "rand", 27] 28 29[[package]] 30name = "libc" 31version = "0.2.94" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" 34 35[[package]] 36name = "ppv-lite86" 37version = "0.2.10" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 40 41[[package]] 42name = "rand" 43version = "0.8.4" 44source = "git+https://github.com/rust-random/rand.git?branch=master#fcc5baf31565a94f63dce41c2e739e6f182475f4" 45dependencies = [ 46 "libc", 47 "rand_chacha", 48 "rand_core", 49] 50 51[[package]] 52name = "rand_chacha" 53version = "0.3.1" 54source = "git+https://github.com/rust-random/rand.git?branch=master#fcc5baf31565a94f63dce41c2e739e6f182475f4" 55dependencies = [ 56 "ppv-lite86", 57 "rand_core", 58] 59 60[[package]] 61name = "rand_core" 62version = "0.6.3" 63source = "git+https://github.com/rust-random/rand.git?branch=master#fcc5baf31565a94f63dce41c2e739e6f182475f4" 64dependencies = [ 65 "getrandom", 66] 67 68[[package]] 69name = "wasi" 70version = "0.10.2+wasi-snapshot-preview1" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"