mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-24 01:24:57 +03:00
fix(examples): remove dream-lock.json files from git
This commit is contained in:
parent
2fd96e44e9
commit
a4c4b64bd7
@ -1,338 +0,0 @@
|
||||
{
|
||||
"_generic": {
|
||||
"defaultPackage": "rand",
|
||||
"invalidationHash": "a05b4e6ab6a187131c8b7c1b4ba182daedb1a3def823654dc46a5e478950304b",
|
||||
"location": "",
|
||||
"packages": {
|
||||
"rand": "0.8.5",
|
||||
"rand_chacha": "0.3.1",
|
||||
"rand_core": "0.6.4",
|
||||
"rand_distr": "0.4.3",
|
||||
"rand_pcg": "0.3.1"
|
||||
},
|
||||
"sourcesAggregatedHash": null,
|
||||
"subsystem": "rust"
|
||||
},
|
||||
"_subsystem": {
|
||||
"gitSources": [],
|
||||
"relPathReplacements": {}
|
||||
},
|
||||
"cyclicDependencies": {},
|
||||
"dependencies": {
|
||||
"average": {
|
||||
"0.13.1": [
|
||||
[ "easy-cast", "0.4.4" ],
|
||||
[ "float-ord", "0.3.2" ],
|
||||
[ "num-traits", "0.2.15" ]
|
||||
]
|
||||
},
|
||||
"bincode": {
|
||||
"1.3.3": [
|
||||
[ "serde", "1.0.137" ]
|
||||
]
|
||||
},
|
||||
"easy-cast": {
|
||||
"0.4.4": [
|
||||
[ "libm", "0.2.2" ]
|
||||
]
|
||||
},
|
||||
"getrandom": {
|
||||
"0.2.6": [
|
||||
[ "cfg-if", "1.0.0" ],
|
||||
[ "libc", "0.2.126" ],
|
||||
[ "wasi", "0.10.2+wasi-snapshot-preview1" ]
|
||||
]
|
||||
},
|
||||
"log": {
|
||||
"0.4.17": [
|
||||
[ "cfg-if", "1.0.0" ]
|
||||
]
|
||||
},
|
||||
"num-traits": {
|
||||
"0.2.15": [
|
||||
[ "autocfg", "1.1.0" ],
|
||||
[ "libm", "0.2.2" ]
|
||||
]
|
||||
},
|
||||
"packed_simd_2": {
|
||||
"0.3.7": [
|
||||
[ "cfg-if", "1.0.0" ],
|
||||
[ "libm", "0.1.4" ]
|
||||
]
|
||||
},
|
||||
"proc-macro2": {
|
||||
"1.0.39": [
|
||||
[ "unicode-ident", "1.0.0" ]
|
||||
]
|
||||
},
|
||||
"quote": {
|
||||
"1.0.18": [
|
||||
[ "proc-macro2", "1.0.39" ]
|
||||
]
|
||||
},
|
||||
"rand": {
|
||||
"0.8.5": [
|
||||
[ "bincode", "1.3.3" ],
|
||||
[ "libc", "0.2.126" ],
|
||||
[ "log", "0.4.17" ],
|
||||
[ "packed_simd_2", "0.3.7" ],
|
||||
[ "rand_chacha", "0.3.1" ],
|
||||
[ "rand_core", "0.6.4" ],
|
||||
[ "rand_pcg", "0.3.1" ],
|
||||
[ "serde", "1.0.137" ]
|
||||
]
|
||||
},
|
||||
"rand_chacha": {
|
||||
"0.3.1": [
|
||||
[ "ppv-lite86", "0.2.16" ],
|
||||
[ "rand_core", "0.6.4" ],
|
||||
[ "serde", "1.0.137" ],
|
||||
[ "serde_json", "1.0.81" ]
|
||||
]
|
||||
},
|
||||
"rand_core": {
|
||||
"0.6.4": [
|
||||
[ "getrandom", "0.2.6" ],
|
||||
[ "serde", "1.0.137" ]
|
||||
]
|
||||
},
|
||||
"rand_distr": {
|
||||
"0.4.3": [
|
||||
[ "average", "0.13.1" ],
|
||||
[ "num-traits", "0.2.15" ],
|
||||
[ "rand", "0.8.5" ],
|
||||
[ "rand_pcg", "0.3.1" ],
|
||||
[ "serde", "1.0.137" ],
|
||||
[ "special", "0.8.1" ]
|
||||
]
|
||||
},
|
||||
"rand_pcg": {
|
||||
"0.3.1": [
|
||||
[ "bincode", "1.3.3" ],
|
||||
[ "rand_core", "0.6.4" ],
|
||||
[ "serde", "1.0.137" ]
|
||||
]
|
||||
},
|
||||
"serde": {
|
||||
"1.0.137": [
|
||||
[ "serde_derive", "1.0.137" ]
|
||||
]
|
||||
},
|
||||
"serde_derive": {
|
||||
"1.0.137": [
|
||||
[ "proc-macro2", "1.0.39" ],
|
||||
[ "quote", "1.0.18" ],
|
||||
[ "syn", "1.0.95" ]
|
||||
]
|
||||
},
|
||||
"serde_json": {
|
||||
"1.0.81": [
|
||||
[ "itoa", "1.0.2" ],
|
||||
[ "ryu", "1.0.10" ],
|
||||
[ "serde", "1.0.137" ]
|
||||
]
|
||||
},
|
||||
"special": {
|
||||
"0.8.1": [
|
||||
[ "libc", "0.2.126" ]
|
||||
]
|
||||
},
|
||||
"syn": {
|
||||
"1.0.95": [
|
||||
[ "proc-macro2", "1.0.39" ],
|
||||
[ "quote", "1.0.18" ],
|
||||
[ "unicode-ident", "1.0.0" ]
|
||||
]
|
||||
}
|
||||
},
|
||||
"sources": {
|
||||
"autocfg": {
|
||||
"1.1.0": {
|
||||
"hash": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"average": {
|
||||
"0.13.1": {
|
||||
"hash": "843ec791d3f24503bbf72bbd5e49a3ab4dbb4bcd0a8ef6b0c908efa73caa27b1",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"bincode": {
|
||||
"1.3.3": {
|
||||
"hash": "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"cfg-if": {
|
||||
"1.0.0": {
|
||||
"hash": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"easy-cast": {
|
||||
"0.4.4": {
|
||||
"hash": "4bd102ee8c418348759919b83b81cdbdc933ffe29740b903df448b4bafaa348e",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"float-ord": {
|
||||
"0.3.2": {
|
||||
"hash": "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"getrandom": {
|
||||
"0.2.6": {
|
||||
"hash": "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"itoa": {
|
||||
"1.0.2": {
|
||||
"hash": "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"libc": {
|
||||
"0.2.126": {
|
||||
"hash": "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"libm": {
|
||||
"0.1.4": {
|
||||
"hash": "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a",
|
||||
"type": "crates-io"
|
||||
},
|
||||
"0.2.2": {
|
||||
"hash": "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"0.4.17": {
|
||||
"hash": "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"num-traits": {
|
||||
"0.2.15": {
|
||||
"hash": "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"packed_simd_2": {
|
||||
"0.3.7": {
|
||||
"hash": "defdcfef86dcc44ad208f71d9ff4ce28df6537a4e0d6b0e8e845cb8ca10059a6",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"ppv-lite86": {
|
||||
"0.2.16": {
|
||||
"hash": "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"proc-macro2": {
|
||||
"1.0.39": {
|
||||
"hash": "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"quote": {
|
||||
"1.0.18": {
|
||||
"hash": "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"rand": {
|
||||
"0.8.5": {
|
||||
"path": "",
|
||||
"rootName": null,
|
||||
"rootVersion": null,
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"rand_chacha": {
|
||||
"0.3.1": {
|
||||
"path": "rand_chacha",
|
||||
"rootName": "rand",
|
||||
"rootVersion": "0.8.5",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"rand_core": {
|
||||
"0.6.4": {
|
||||
"path": "rand_core",
|
||||
"rootName": "rand",
|
||||
"rootVersion": "0.8.5",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"rand_distr": {
|
||||
"0.4.3": {
|
||||
"path": "rand_distr",
|
||||
"rootName": "rand",
|
||||
"rootVersion": "0.8.5",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"rand_pcg": {
|
||||
"0.3.1": {
|
||||
"path": "rand_pcg",
|
||||
"rootName": "rand",
|
||||
"rootVersion": "0.8.5",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"ryu": {
|
||||
"1.0.10": {
|
||||
"hash": "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"serde": {
|
||||
"1.0.137": {
|
||||
"hash": "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"serde_derive": {
|
||||
"1.0.137": {
|
||||
"hash": "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"serde_json": {
|
||||
"1.0.81": {
|
||||
"hash": "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"special": {
|
||||
"0.8.1": {
|
||||
"hash": "24a65e074159b75dcf173a4733ab2188baac24967b5c8ec9ed87ae15fcbc7636",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"syn": {
|
||||
"1.0.95": {
|
||||
"hash": "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"unicode-ident": {
|
||||
"1.0.0": {
|
||||
"hash": "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"wasi": {
|
||||
"0.10.2+wasi-snapshot-preview1": {
|
||||
"hash": "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6",
|
||||
"type": "crates-io"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,831 +0,0 @@
|
||||
{
|
||||
"_generic": {
|
||||
"defaultPackage": "benches",
|
||||
"invalidationHash": "8c253c6833913fad65e0013c2683a839a57d9422fbfa1937995ce203d20a7f06",
|
||||
"location": "rand_distr/benches",
|
||||
"packages": {
|
||||
"benches": "0.0.0"
|
||||
},
|
||||
"sourcesAggregatedHash": null,
|
||||
"subsystem": "rust"
|
||||
},
|
||||
"_subsystem": {
|
||||
"gitSources": [],
|
||||
"relPathReplacements": {
|
||||
"../": "rand_distr",
|
||||
"../../": "/tmp/tmp.rgdTVGDUYJ",
|
||||
"../../rand_pcg/": "rand_pcg"
|
||||
}
|
||||
},
|
||||
"cyclicDependencies": {},
|
||||
"dependencies": {
|
||||
"atty": {
|
||||
"0.2.14": [
|
||||
[ "hermit-abi", "0.1.19" ],
|
||||
[ "libc", "0.2.126" ],
|
||||
[ "winapi", "0.3.9" ]
|
||||
]
|
||||
},
|
||||
"benches": {
|
||||
"0.0.0": [
|
||||
[ "criterion", "0.3.5" ],
|
||||
[ "criterion-cycles-per-byte", "0.1.2" ],
|
||||
[ "rand", "0.8.5" ],
|
||||
[ "rand_distr", "0.4.3" ],
|
||||
[ "rand_pcg", "0.3.1" ]
|
||||
]
|
||||
},
|
||||
"bstr": {
|
||||
"0.2.17": [
|
||||
[ "lazy_static", "1.4.0" ],
|
||||
[ "memchr", "2.5.0" ],
|
||||
[ "regex-automata", "0.1.10" ],
|
||||
[ "serde", "1.0.137" ]
|
||||
]
|
||||
},
|
||||
"cast": {
|
||||
"0.2.7": [
|
||||
[ "rustc_version", "0.4.0" ]
|
||||
]
|
||||
},
|
||||
"clap": {
|
||||
"2.34.0": [
|
||||
[ "bitflags", "1.3.2" ],
|
||||
[ "textwrap", "0.11.0" ],
|
||||
[ "unicode-width", "0.1.9" ]
|
||||
]
|
||||
},
|
||||
"criterion": {
|
||||
"0.3.5": [
|
||||
[ "atty", "0.2.14" ],
|
||||
[ "cast", "0.2.7" ],
|
||||
[ "clap", "2.34.0" ],
|
||||
[ "criterion-plot", "0.4.4" ],
|
||||
[ "csv", "1.1.6" ],
|
||||
[ "itertools", "0.10.3" ],
|
||||
[ "lazy_static", "1.4.0" ],
|
||||
[ "num-traits", "0.2.15" ],
|
||||
[ "oorandom", "11.1.3" ],
|
||||
[ "plotters", "0.3.1" ],
|
||||
[ "rayon", "1.5.3" ],
|
||||
[ "regex", "1.5.5" ],
|
||||
[ "serde", "1.0.137" ],
|
||||
[ "serde_cbor", "0.11.2" ],
|
||||
[ "serde_derive", "1.0.137" ],
|
||||
[ "serde_json", "1.0.81" ],
|
||||
[ "tinytemplate", "1.2.1" ],
|
||||
[ "walkdir", "2.3.2" ]
|
||||
]
|
||||
},
|
||||
"criterion-cycles-per-byte": {
|
||||
"0.1.2": [
|
||||
[ "criterion", "0.3.5" ]
|
||||
]
|
||||
},
|
||||
"criterion-plot": {
|
||||
"0.4.4": [
|
||||
[ "cast", "0.2.7" ],
|
||||
[ "itertools", "0.10.3" ]
|
||||
]
|
||||
},
|
||||
"crossbeam-channel": {
|
||||
"0.5.4": [
|
||||
[ "cfg-if", "1.0.0" ],
|
||||
[ "crossbeam-utils", "0.8.8" ]
|
||||
]
|
||||
},
|
||||
"crossbeam-deque": {
|
||||
"0.8.1": [
|
||||
[ "cfg-if", "1.0.0" ],
|
||||
[ "crossbeam-epoch", "0.9.8" ],
|
||||
[ "crossbeam-utils", "0.8.8" ]
|
||||
]
|
||||
},
|
||||
"crossbeam-epoch": {
|
||||
"0.9.8": [
|
||||
[ "autocfg", "1.1.0" ],
|
||||
[ "cfg-if", "1.0.0" ],
|
||||
[ "crossbeam-utils", "0.8.8" ],
|
||||
[ "lazy_static", "1.4.0" ],
|
||||
[ "memoffset", "0.6.5" ],
|
||||
[ "scopeguard", "1.1.0" ]
|
||||
]
|
||||
},
|
||||
"crossbeam-utils": {
|
||||
"0.8.8": [
|
||||
[ "cfg-if", "1.0.0" ],
|
||||
[ "lazy_static", "1.4.0" ]
|
||||
]
|
||||
},
|
||||
"csv": {
|
||||
"1.1.6": [
|
||||
[ "bstr", "0.2.17" ],
|
||||
[ "csv-core", "0.1.10" ],
|
||||
[ "itoa", "0.4.8" ],
|
||||
[ "ryu", "1.0.10" ],
|
||||
[ "serde", "1.0.137" ]
|
||||
]
|
||||
},
|
||||
"csv-core": {
|
||||
"0.1.10": [
|
||||
[ "memchr", "2.5.0" ]
|
||||
]
|
||||
},
|
||||
"getrandom": {
|
||||
"0.2.6": [
|
||||
[ "cfg-if", "1.0.0" ],
|
||||
[ "libc", "0.2.126" ],
|
||||
[ "wasi", "0.10.2+wasi-snapshot-preview1" ]
|
||||
]
|
||||
},
|
||||
"hermit-abi": {
|
||||
"0.1.19": [
|
||||
[ "libc", "0.2.126" ]
|
||||
]
|
||||
},
|
||||
"itertools": {
|
||||
"0.10.3": [
|
||||
[ "either", "1.6.1" ]
|
||||
]
|
||||
},
|
||||
"js-sys": {
|
||||
"0.3.57": [
|
||||
[ "wasm-bindgen", "0.2.80" ]
|
||||
]
|
||||
},
|
||||
"log": {
|
||||
"0.4.17": [
|
||||
[ "cfg-if", "1.0.0" ]
|
||||
]
|
||||
},
|
||||
"memoffset": {
|
||||
"0.6.5": [
|
||||
[ "autocfg", "1.1.0" ]
|
||||
]
|
||||
},
|
||||
"num-traits": {
|
||||
"0.2.15": [
|
||||
[ "autocfg", "1.1.0" ],
|
||||
[ "libm", "0.2.2" ]
|
||||
]
|
||||
},
|
||||
"num_cpus": {
|
||||
"1.13.1": [
|
||||
[ "hermit-abi", "0.1.19" ],
|
||||
[ "libc", "0.2.126" ]
|
||||
]
|
||||
},
|
||||
"plotters": {
|
||||
"0.3.1": [
|
||||
[ "num-traits", "0.2.15" ],
|
||||
[ "plotters-backend", "0.3.2" ],
|
||||
[ "plotters-svg", "0.3.1" ],
|
||||
[ "wasm-bindgen", "0.2.80" ],
|
||||
[ "web-sys", "0.3.57" ]
|
||||
]
|
||||
},
|
||||
"plotters-svg": {
|
||||
"0.3.1": [
|
||||
[ "plotters-backend", "0.3.2" ]
|
||||
]
|
||||
},
|
||||
"proc-macro2": {
|
||||
"1.0.39": [
|
||||
[ "unicode-ident", "1.0.0" ]
|
||||
]
|
||||
},
|
||||
"quote": {
|
||||
"1.0.18": [
|
||||
[ "proc-macro2", "1.0.39" ]
|
||||
]
|
||||
},
|
||||
"rand": {
|
||||
"0.8.5": [
|
||||
[ "libc", "0.2.126" ],
|
||||
[ "rand_chacha", "0.3.1" ],
|
||||
[ "rand_core", "0.6.4" ]
|
||||
]
|
||||
},
|
||||
"rand_chacha": {
|
||||
"0.3.1": [
|
||||
[ "ppv-lite86", "0.2.16" ],
|
||||
[ "rand_core", "0.6.4" ]
|
||||
]
|
||||
},
|
||||
"rand_core": {
|
||||
"0.6.4": [
|
||||
[ "getrandom", "0.2.6" ]
|
||||
]
|
||||
},
|
||||
"rand_distr": {
|
||||
"0.4.3": [
|
||||
[ "num-traits", "0.2.15" ],
|
||||
[ "rand", "0.8.5" ]
|
||||
]
|
||||
},
|
||||
"rand_pcg": {
|
||||
"0.3.1": [
|
||||
[ "rand_core", "0.6.4" ]
|
||||
]
|
||||
},
|
||||
"rayon": {
|
||||
"1.5.3": [
|
||||
[ "autocfg", "1.1.0" ],
|
||||
[ "crossbeam-deque", "0.8.1" ],
|
||||
[ "either", "1.6.1" ],
|
||||
[ "rayon-core", "1.9.3" ]
|
||||
]
|
||||
},
|
||||
"rayon-core": {
|
||||
"1.9.3": [
|
||||
[ "crossbeam-channel", "0.5.4" ],
|
||||
[ "crossbeam-deque", "0.8.1" ],
|
||||
[ "crossbeam-utils", "0.8.8" ],
|
||||
[ "num_cpus", "1.13.1" ]
|
||||
]
|
||||
},
|
||||
"regex": {
|
||||
"1.5.5": [
|
||||
[ "regex-syntax", "0.6.25" ]
|
||||
]
|
||||
},
|
||||
"rustc_version": {
|
||||
"0.4.0": [
|
||||
[ "semver", "1.0.9" ]
|
||||
]
|
||||
},
|
||||
"same-file": {
|
||||
"1.0.6": [
|
||||
[ "winapi-util", "0.1.5" ]
|
||||
]
|
||||
},
|
||||
"serde_cbor": {
|
||||
"0.11.2": [
|
||||
[ "half", "1.8.2" ],
|
||||
[ "serde", "1.0.137" ]
|
||||
]
|
||||
},
|
||||
"serde_derive": {
|
||||
"1.0.137": [
|
||||
[ "proc-macro2", "1.0.39" ],
|
||||
[ "quote", "1.0.18" ],
|
||||
[ "syn", "1.0.95" ]
|
||||
]
|
||||
},
|
||||
"serde_json": {
|
||||
"1.0.81": [
|
||||
[ "itoa", "1.0.2" ],
|
||||
[ "ryu", "1.0.10" ],
|
||||
[ "serde", "1.0.137" ]
|
||||
]
|
||||
},
|
||||
"syn": {
|
||||
"1.0.95": [
|
||||
[ "proc-macro2", "1.0.39" ],
|
||||
[ "quote", "1.0.18" ],
|
||||
[ "unicode-ident", "1.0.0" ]
|
||||
]
|
||||
},
|
||||
"textwrap": {
|
||||
"0.11.0": [
|
||||
[ "unicode-width", "0.1.9" ]
|
||||
]
|
||||
},
|
||||
"tinytemplate": {
|
||||
"1.2.1": [
|
||||
[ "serde", "1.0.137" ],
|
||||
[ "serde_json", "1.0.81" ]
|
||||
]
|
||||
},
|
||||
"walkdir": {
|
||||
"2.3.2": [
|
||||
[ "same-file", "1.0.6" ],
|
||||
[ "winapi", "0.3.9" ],
|
||||
[ "winapi-util", "0.1.5" ]
|
||||
]
|
||||
},
|
||||
"wasm-bindgen": {
|
||||
"0.2.80": [
|
||||
[ "cfg-if", "1.0.0" ],
|
||||
[ "wasm-bindgen-macro", "0.2.80" ]
|
||||
]
|
||||
},
|
||||
"wasm-bindgen-backend": {
|
||||
"0.2.80": [
|
||||
[ "bumpalo", "3.9.1" ],
|
||||
[ "lazy_static", "1.4.0" ],
|
||||
[ "log", "0.4.17" ],
|
||||
[ "proc-macro2", "1.0.39" ],
|
||||
[ "quote", "1.0.18" ],
|
||||
[ "syn", "1.0.95" ],
|
||||
[ "wasm-bindgen-shared", "0.2.80" ]
|
||||
]
|
||||
},
|
||||
"wasm-bindgen-macro": {
|
||||
"0.2.80": [
|
||||
[ "quote", "1.0.18" ],
|
||||
[ "wasm-bindgen-macro-support", "0.2.80" ]
|
||||
]
|
||||
},
|
||||
"wasm-bindgen-macro-support": {
|
||||
"0.2.80": [
|
||||
[ "proc-macro2", "1.0.39" ],
|
||||
[ "quote", "1.0.18" ],
|
||||
[ "syn", "1.0.95" ],
|
||||
[ "wasm-bindgen-backend", "0.2.80" ],
|
||||
[ "wasm-bindgen-shared", "0.2.80" ]
|
||||
]
|
||||
},
|
||||
"web-sys": {
|
||||
"0.3.57": [
|
||||
[ "js-sys", "0.3.57" ],
|
||||
[ "wasm-bindgen", "0.2.80" ]
|
||||
]
|
||||
},
|
||||
"winapi": {
|
||||
"0.3.9": [
|
||||
[ "winapi-i686-pc-windows-gnu", "0.4.0" ],
|
||||
[ "winapi-x86_64-pc-windows-gnu", "0.4.0" ]
|
||||
]
|
||||
},
|
||||
"winapi-util": {
|
||||
"0.1.5": [
|
||||
[ "winapi", "0.3.9" ]
|
||||
]
|
||||
}
|
||||
},
|
||||
"sources": {
|
||||
"atty": {
|
||||
"0.2.14": {
|
||||
"hash": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"autocfg": {
|
||||
"1.1.0": {
|
||||
"hash": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"benches": {
|
||||
"0.0.0": {
|
||||
"path": "rand_distr/benches",
|
||||
"rootName": null,
|
||||
"rootVersion": null,
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"bitflags": {
|
||||
"1.3.2": {
|
||||
"hash": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"bstr": {
|
||||
"0.2.17": {
|
||||
"hash": "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"bumpalo": {
|
||||
"3.9.1": {
|
||||
"hash": "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"cast": {
|
||||
"0.2.7": {
|
||||
"hash": "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"cfg-if": {
|
||||
"1.0.0": {
|
||||
"hash": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"clap": {
|
||||
"2.34.0": {
|
||||
"hash": "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"criterion": {
|
||||
"0.3.5": {
|
||||
"hash": "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"criterion-cycles-per-byte": {
|
||||
"0.1.2": {
|
||||
"hash": "8d34485a578330c7a91ccf064674f3739a7aebbf3b9d7fd498a6d3e8f7473c96",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"criterion-plot": {
|
||||
"0.4.4": {
|
||||
"hash": "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"crossbeam-channel": {
|
||||
"0.5.4": {
|
||||
"hash": "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"crossbeam-deque": {
|
||||
"0.8.1": {
|
||||
"hash": "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"crossbeam-epoch": {
|
||||
"0.9.8": {
|
||||
"hash": "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"crossbeam-utils": {
|
||||
"0.8.8": {
|
||||
"hash": "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"csv": {
|
||||
"1.1.6": {
|
||||
"hash": "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"csv-core": {
|
||||
"0.1.10": {
|
||||
"hash": "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"either": {
|
||||
"1.6.1": {
|
||||
"hash": "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"getrandom": {
|
||||
"0.2.6": {
|
||||
"hash": "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"half": {
|
||||
"1.8.2": {
|
||||
"hash": "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"hermit-abi": {
|
||||
"0.1.19": {
|
||||
"hash": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"itertools": {
|
||||
"0.10.3": {
|
||||
"hash": "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"itoa": {
|
||||
"0.4.8": {
|
||||
"hash": "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4",
|
||||
"type": "crates-io"
|
||||
},
|
||||
"1.0.2": {
|
||||
"hash": "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"js-sys": {
|
||||
"0.3.57": {
|
||||
"hash": "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"lazy_static": {
|
||||
"1.4.0": {
|
||||
"hash": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"libc": {
|
||||
"0.2.126": {
|
||||
"hash": "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"libm": {
|
||||
"0.2.2": {
|
||||
"hash": "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"0.4.17": {
|
||||
"hash": "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"memchr": {
|
||||
"2.5.0": {
|
||||
"hash": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"memoffset": {
|
||||
"0.6.5": {
|
||||
"hash": "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"num-traits": {
|
||||
"0.2.15": {
|
||||
"hash": "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"num_cpus": {
|
||||
"1.13.1": {
|
||||
"hash": "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"oorandom": {
|
||||
"11.1.3": {
|
||||
"hash": "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"plotters": {
|
||||
"0.3.1": {
|
||||
"hash": "32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"plotters-backend": {
|
||||
"0.3.2": {
|
||||
"hash": "d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"plotters-svg": {
|
||||
"0.3.1": {
|
||||
"hash": "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"ppv-lite86": {
|
||||
"0.2.16": {
|
||||
"hash": "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"proc-macro2": {
|
||||
"1.0.39": {
|
||||
"hash": "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"quote": {
|
||||
"1.0.18": {
|
||||
"hash": "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"rand": {
|
||||
"0.8.5": {
|
||||
"path": "",
|
||||
"rootName": null,
|
||||
"rootVersion": null,
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"rand_chacha": {
|
||||
"0.3.1": {
|
||||
"path": "rand_chacha",
|
||||
"rootName": null,
|
||||
"rootVersion": null,
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"rand_core": {
|
||||
"0.6.4": {
|
||||
"path": "rand_core",
|
||||
"rootName": null,
|
||||
"rootVersion": null,
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"rand_distr": {
|
||||
"0.4.3": {
|
||||
"path": "rand_distr",
|
||||
"rootName": null,
|
||||
"rootVersion": null,
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"rand_pcg": {
|
||||
"0.3.1": {
|
||||
"path": "rand_pcg",
|
||||
"rootName": null,
|
||||
"rootVersion": null,
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"rayon": {
|
||||
"1.5.3": {
|
||||
"hash": "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"rayon-core": {
|
||||
"1.9.3": {
|
||||
"hash": "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"regex": {
|
||||
"1.5.5": {
|
||||
"hash": "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"regex-automata": {
|
||||
"0.1.10": {
|
||||
"hash": "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"regex-syntax": {
|
||||
"0.6.25": {
|
||||
"hash": "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"rustc_version": {
|
||||
"0.4.0": {
|
||||
"hash": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"ryu": {
|
||||
"1.0.10": {
|
||||
"hash": "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"same-file": {
|
||||
"1.0.6": {
|
||||
"hash": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"scopeguard": {
|
||||
"1.1.0": {
|
||||
"hash": "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"semver": {
|
||||
"1.0.9": {
|
||||
"hash": "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"serde": {
|
||||
"1.0.137": {
|
||||
"hash": "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"serde_cbor": {
|
||||
"0.11.2": {
|
||||
"hash": "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"serde_derive": {
|
||||
"1.0.137": {
|
||||
"hash": "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"serde_json": {
|
||||
"1.0.81": {
|
||||
"hash": "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"syn": {
|
||||
"1.0.95": {
|
||||
"hash": "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"textwrap": {
|
||||
"0.11.0": {
|
||||
"hash": "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"tinytemplate": {
|
||||
"1.2.1": {
|
||||
"hash": "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"unicode-ident": {
|
||||
"1.0.0": {
|
||||
"hash": "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"unicode-width": {
|
||||
"0.1.9": {
|
||||
"hash": "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"walkdir": {
|
||||
"2.3.2": {
|
||||
"hash": "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"wasi": {
|
||||
"0.10.2+wasi-snapshot-preview1": {
|
||||
"hash": "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"wasm-bindgen": {
|
||||
"0.2.80": {
|
||||
"hash": "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"wasm-bindgen-backend": {
|
||||
"0.2.80": {
|
||||
"hash": "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"wasm-bindgen-macro": {
|
||||
"0.2.80": {
|
||||
"hash": "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"wasm-bindgen-macro-support": {
|
||||
"0.2.80": {
|
||||
"hash": "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"wasm-bindgen-shared": {
|
||||
"0.2.80": {
|
||||
"hash": "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"web-sys": {
|
||||
"0.3.57": {
|
||||
"hash": "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"winapi": {
|
||||
"0.3.9": {
|
||||
"hash": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"winapi-i686-pc-windows-gnu": {
|
||||
"0.4.0": {
|
||||
"hash": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"winapi-util": {
|
||||
"0.1.5": {
|
||||
"hash": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178",
|
||||
"type": "crates-io"
|
||||
}
|
||||
},
|
||||
"winapi-x86_64-pc-windows-gnu": {
|
||||
"0.4.0": {
|
||||
"hash": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
|
||||
"type": "crates-io"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user