Skip to content

Instantly share code, notes, and snippets.

@uhthomas
Created April 20, 2022 15:51
Show Gist options
  • Save uhthomas/5f89865499d5b5dea05ec5cbc2fc00cf to your computer and use it in GitHub Desktop.
Save uhthomas/5f89865499d5b5dea05ec5cbc2fc00cf to your computer and use it in GitHub Desktop.
{
"checksum": "c9e5131ae990b727ccac9092dd45e167bd9248752177a2e4ca035cf723fa43eb",
"crates": {
"cfg-if 1.0.0": {
"name": "cfg-if",
"version": "1.0.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/cfg-if/1.0.0/download",
"sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
}
},
"targets": [
{
"Library": {
"crate_name": "cfg_if",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "cfg_if",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.0.0"
},
"license": "MIT/Apache-2.0"
},
"direct-cargo-bazel-deps 0.0.1": {
"name": "direct-cargo-bazel-deps",
"version": "0.0.1",
"repository": null,
"targets": [
{
"Library": {
"crate_name": "direct_cargo_bazel_deps",
"crate_root": ".direct_cargo_bazel_deps.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "direct_cargo_bazel_deps",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "rand 0.8.5",
"target": "rand"
},
{
"id": "serde 1.0.136",
"target": "serde"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.0.1"
},
"license": null
},
"getrandom 0.2.6": {
"name": "getrandom",
"version": "0.2.6",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/getrandom/0.2.6/download",
"sha256": "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
}
},
"targets": [
{
"Library": {
"crate_name": "getrandom",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "getrandom",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"std"
],
"deps": {
"common": [
{
"id": "cfg-if 1.0.0",
"target": "cfg_if"
}
],
"selects": {
"cfg(target_os = \"wasi\")": [
{
"id": "wasi 0.10.2+wasi-snapshot-preview1",
"target": "wasi"
}
],
"cfg(unix)": [
{
"id": "libc 0.2.124",
"target": "libc"
}
]
}
},
"edition": "2018",
"version": "0.2.6"
},
"license": "MIT OR Apache-2.0"
},
"libc 0.2.124": {
"name": "libc",
"version": "0.2.124",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/libc/0.2.124/download",
"sha256": "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
}
},
"targets": [
{
"Library": {
"crate_name": "libc",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "libc",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "libc 0.2.124",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.2.124"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0"
},
"ppv-lite86 0.2.16": {
"name": "ppv-lite86",
"version": "0.2.16",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/ppv-lite86/0.2.16/download",
"sha256": "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
}
},
"targets": [
{
"Library": {
"crate_name": "ppv_lite86",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "ppv_lite86",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"simd",
"std"
],
"edition": "2018",
"version": "0.2.16"
},
"license": "MIT/Apache-2.0"
},
"rand 0.8.5": {
"name": "rand",
"version": "0.8.5",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/rand/0.8.5/download",
"sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
}
},
"targets": [
{
"Library": {
"crate_name": "rand",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "rand",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"alloc",
"default",
"getrandom",
"libc",
"rand_chacha",
"std",
"std_rng"
],
"deps": {
"common": [
{
"id": "rand_chacha 0.3.1",
"target": "rand_chacha"
},
{
"id": "rand_core 0.6.3",
"target": "rand_core"
}
],
"selects": {
"cfg(unix)": [
{
"id": "libc 0.2.124",
"target": "libc"
}
]
}
},
"edition": "2018",
"version": "0.8.5"
},
"license": "MIT OR Apache-2.0",
"additive_build_file_content": "# hello rand"
},
"rand_chacha 0.3.1": {
"name": "rand_chacha",
"version": "0.3.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/rand_chacha/0.3.1/download",
"sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
}
},
"targets": [
{
"Library": {
"crate_name": "rand_chacha",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "rand_chacha",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"std"
],
"deps": {
"common": [
{
"id": "ppv-lite86 0.2.16",
"target": "ppv_lite86"
},
{
"id": "rand_core 0.6.3",
"target": "rand_core"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.3.1"
},
"license": "MIT OR Apache-2.0"
},
"rand_core 0.6.3": {
"name": "rand_core",
"version": "0.6.3",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/rand_core/0.6.3/download",
"sha256": "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
}
},
"targets": [
{
"Library": {
"crate_name": "rand_core",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "rand_core",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"alloc",
"getrandom",
"std"
],
"deps": {
"common": [
{
"id": "getrandom 0.2.6",
"target": "getrandom"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.6.3"
},
"license": "MIT OR Apache-2.0"
},
"serde 1.0.136": {
"name": "serde",
"version": "1.0.136",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/serde/1.0.136/download",
"sha256": "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
}
},
"targets": [
{
"Library": {
"crate_name": "serde",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "serde",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"deps": {
"common": [
{
"id": "serde 1.0.136",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "1.0.136"
},
"build_script_attrs": {
"data_glob": [
"**"
]
},
"license": "MIT OR Apache-2.0",
"additive_build_file_content": "# hello rand\n# hello serde"
},
"wasi 0.10.2+wasi-snapshot-preview1": {
"name": "wasi",
"version": "0.10.2+wasi-snapshot-preview1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/wasi/0.10.2+wasi-snapshot-preview1/download",
"sha256": "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
}
},
"targets": [
{
"Library": {
"crate_name": "wasi",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "wasi",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": [
"default",
"std"
],
"edition": "2018",
"version": "0.10.2+wasi-snapshot-preview1"
},
"license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
}
},
"binary_crates": [],
"workspace_members": {
"direct-cargo-bazel-deps 0.0.1": ""
},
"conditions": {
"cfg(target_os = \"wasi\")": [
"wasm32-wasi"
],
"cfg(unix)": [
"aarch64-apple-darwin",
"aarch64-apple-ios",
"aarch64-linux-android",
"aarch64-unknown-linux-gnu",
"arm-unknown-linux-gnueabi",
"armv7-unknown-linux-gnueabi",
"i686-apple-darwin",
"i686-linux-android",
"i686-unknown-freebsd",
"i686-unknown-linux-gnu",
"powerpc-unknown-linux-gnu",
"s390x-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-linux-android",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment