summaryrefslogtreecommitdiff
path: root/etc/deps-rust/TARGETS.zerocopy-0.8.26
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-06-26 15:33:30 +0200
committerGitHub <noreply@github.com>2025-06-26 15:33:30 +0200
commit5c435e4e331afd9059f0c6721a20030bc6d34dff (patch)
tree61d3ee334a542047eece5010a88c7a95926db0a8 /etc/deps-rust/TARGETS.zerocopy-0.8.26
parente5d4cd2160d122471de483b882aaad511414c26c (diff)
parented4af61a12e1f9f22eaec8c8236570a4c9799e15 (diff)
downloadhello-nix-5c435e4e331afd9059f0c6721a20030bc6d34dff.tar.gz
Merge pull request #8 from aehlig/update-2025-06-26HEADmaster
Update just tooling reference, dependencies, and nix environemnt
Diffstat (limited to 'etc/deps-rust/TARGETS.zerocopy-0.8.26')
-rw-r--r--etc/deps-rust/TARGETS.zerocopy-0.8.2672
1 files changed, 72 insertions, 0 deletions
diff --git a/etc/deps-rust/TARGETS.zerocopy-0.8.26 b/etc/deps-rust/TARGETS.zerocopy-0.8.26
new file mode 100644
index 0000000..6516e72
--- /dev/null
+++ b/etc/deps-rust/TARGETS.zerocopy-0.8.26
@@ -0,0 +1,72 @@
+{ "zerocopy":
+ { "type": "export"
+ , "target": "zerocopy-internal"
+ , "flexible_config":
+ ["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
+ }
+, "zerocopy-internal":
+ { "type": ["@", "rules", "rust", "library"]
+ , "name": ["zerocopy"]
+ , "crate_root": ["src/lib.rs"]
+ , "srcs":
+ [ "build.rs"
+ , "src/byte_slice.rs"
+ , "src/byteorder.rs"
+ , "src/deprecated.rs"
+ , "src/doctests.rs"
+ , "src/error.rs"
+ , "src/impls.rs"
+ , "src/layout.rs"
+ , "src/lib.rs"
+ , "src/macros.rs"
+ , "src/pointer/inner.rs"
+ , "src/pointer/invariant.rs"
+ , "src/pointer/mod.rs"
+ , "src/pointer/ptr.rs"
+ , "src/pointer/transmute.rs"
+ , "src/ref.rs"
+ , "src/split_at.rs"
+ , "src/util/macro_util.rs"
+ , "src/util/macros.rs"
+ , "src/util/mod.rs"
+ , "src/wrappers.rs"
+ ]
+ , "edition": ["2021"]
+ , "arguments_config":
+ ["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
+ , "deps": []
+ , "cargo_features": ["simd"]
+ , "stage": ["zerocopy-0.8.26"]
+ , "version": ["0", "8", "26"]
+ , "pkg_name": ["zerocopy"]
+ , "build_script": ["build_script"]
+ }
+, "build_script":
+ { "type": ["@", "rules", "cargo", "build_script"]
+ , "name": ["build_script"]
+ , "crate_root": ["build.rs"]
+ , "extra_data": ["Cargo.toml"]
+ , "arguments_config":
+ ["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
+ , "edition": ["2021"]
+ , "stage": ["zerocopy-0.8.26"]
+ , "deps": []
+ , "cargo_features": ["simd"]
+ , "version": ["0", "8", "26"]
+ , "pkg_name": ["zerocopy"]
+ }
+, "__internal_use_only_features_that_work_on_stable":
+ { "type": ["@", "rules", "cargo", "feature"]
+ , "name": ["__internal_use_only_features_that_work_on_stable"]
+ }
+, "alloc": {"type": ["@", "rules", "cargo", "feature"], "name": ["alloc"]}
+, "derive": {"type": ["@", "rules", "cargo", "feature"], "name": ["derive"]}
+, "float-nightly":
+ {"type": ["@", "rules", "cargo", "feature"], "name": ["float-nightly"]}
+, "simd": {"type": ["@", "rules", "cargo", "feature"], "name": ["simd"]}
+, "simd-nightly":
+ {"type": ["@", "rules", "cargo", "feature"], "name": ["simd-nightly"]}
+, "std": {"type": ["@", "rules", "cargo", "feature"], "name": ["std"]}
+, "zerocopy-derive":
+ {"type": ["@", "rules", "cargo", "feature"], "name": ["zerocopy-derive"]}
+}