diff options
author | Klaus T. Aehlig <aehlig@linta.de> | 2025-06-26 14:09:15 +0200 |
---|---|---|
committer | Klaus T. Aehlig <aehlig@linta.de> | 2025-06-26 14:09:15 +0200 |
commit | bcdcbcabb86d64bc9dcc1dcb120c5963ee76d225 (patch) | |
tree | c6f8b02d4fcd22d2b720ceb8d0350728159bcd49 /etc/deps-rust/TARGETS.zerocopy-0.8.26 | |
parent | 9e7741a393f21e5e073821f2bea3550f4fcbc47f (diff) | |
download | hello-nix-bcdcbcabb86d64bc9dcc1dcb120c5963ee76d225.tar.gz |
Update code dependencies
Diffstat (limited to 'etc/deps-rust/TARGETS.zerocopy-0.8.26')
-rw-r--r-- | etc/deps-rust/TARGETS.zerocopy-0.8.26 | 72 |
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"]} +} |