feat: engram-lang — new programming language, quantum-sealed prod target, spreading activation types
This commit is contained in:
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/blake3-c6e05ebcc674da2f/build_script_build-c6e05ebcc674da2f.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.5/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/blake3-c6e05ebcc674da2f/build_script_build-c6e05ebcc674da2f: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.5/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.5/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,92 @@
|
||||
cargo:rustc-check-cfg=cfg(blake3_sse2_ffi, values(none()))
|
||||
cargo:rustc-check-cfg=cfg(blake3_sse2_rust, values(none()))
|
||||
cargo:rustc-check-cfg=cfg(blake3_sse41_ffi, values(none()))
|
||||
cargo:rustc-check-cfg=cfg(blake3_sse41_rust, values(none()))
|
||||
cargo:rustc-check-cfg=cfg(blake3_avx2_ffi, values(none()))
|
||||
cargo:rustc-check-cfg=cfg(blake3_avx2_rust, values(none()))
|
||||
cargo:rustc-check-cfg=cfg(blake3_avx512_ffi, values(none()))
|
||||
cargo:rustc-check-cfg=cfg(blake3_neon, values(none()))
|
||||
cargo:rustc-check-cfg=cfg(blake3_wasm32_simd, values(none()))
|
||||
cargo:rerun-if-env-changed=CARGO_FEATURE_PURE
|
||||
cargo:rerun-if-env-changed=CARGO_FEATURE_NO_NEON
|
||||
cargo:rerun-if-env-changed=CARGO_FEATURE_NEON
|
||||
cargo:rerun-if-env-changed=CARGO_FEATURE_NEON
|
||||
cargo:rerun-if-env-changed=CARGO_FEATURE_NO_NEON
|
||||
cargo:rerun-if-env-changed=CARGO_FEATURE_PURE
|
||||
cargo:rustc-cfg=blake3_neon
|
||||
CC_FORCE_DISABLE = None
|
||||
CC_aarch64-apple-darwin = None
|
||||
CC_aarch64_apple_darwin = None
|
||||
HOST_CC = None
|
||||
CC = None
|
||||
cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
|
||||
CRATE_CC_NO_DEFAULTS = None
|
||||
MACOSX_DEPLOYMENT_TARGET = None
|
||||
CFLAGS = None
|
||||
HOST_CFLAGS = None
|
||||
CFLAGS_aarch64_apple_darwin = None
|
||||
CFLAGS_aarch64-apple-darwin = None
|
||||
AR_aarch64-apple-darwin = None
|
||||
AR_aarch64_apple_darwin = None
|
||||
HOST_AR = None
|
||||
AR = None
|
||||
ARFLAGS = None
|
||||
HOST_ARFLAGS = None
|
||||
ARFLAGS_aarch64_apple_darwin = None
|
||||
ARFLAGS_aarch64-apple-darwin = None
|
||||
AR_aarch64-apple-darwin = None
|
||||
AR_aarch64_apple_darwin = None
|
||||
HOST_AR = None
|
||||
AR = None
|
||||
ARFLAGS = None
|
||||
HOST_ARFLAGS = None
|
||||
ARFLAGS_aarch64_apple_darwin = None
|
||||
ARFLAGS_aarch64-apple-darwin = None
|
||||
AR_aarch64-apple-darwin = None
|
||||
AR_aarch64_apple_darwin = None
|
||||
HOST_AR = None
|
||||
AR = None
|
||||
ARFLAGS = None
|
||||
HOST_ARFLAGS = None
|
||||
ARFLAGS_aarch64_apple_darwin = None
|
||||
ARFLAGS_aarch64-apple-darwin = None
|
||||
cargo:rustc-link-lib=static=blake3_neon
|
||||
cargo:rustc-link-search=native=/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/blake3-fba632ea867cc72e/out
|
||||
cargo:rerun-if-env-changed=CC
|
||||
cargo:rerun-if-env-changed=CFLAGS
|
||||
cargo:rerun-if-changed=c/blake3_sse41_x86-64_windows_msvc.asm
|
||||
cargo:rerun-if-changed=c/blake3_avx512_x86-64_windows_msvc.asm
|
||||
cargo:rerun-if-changed=c/blake3_sse2_x86-64_unix.S
|
||||
cargo:rerun-if-changed=c/blake3_sse2_x86-64_windows_msvc.asm
|
||||
cargo:rerun-if-changed=c/CMakeLists.txt
|
||||
cargo:rerun-if-changed=c/libblake3.pc.in
|
||||
cargo:rerun-if-changed=c/cmake
|
||||
cargo:rerun-if-changed=c/blake3_sse41_x86-64_unix.S
|
||||
cargo:rerun-if-changed=c/blake3-config.cmake.in
|
||||
cargo:rerun-if-changed=c/blake3.h
|
||||
cargo:rerun-if-changed=c/blake3_dispatch.c
|
||||
cargo:rerun-if-changed=c/blake3_sse41.c
|
||||
cargo:rerun-if-changed=c/blake3_avx512_x86-64_windows_gnu.S
|
||||
cargo:rerun-if-changed=c/dependencies
|
||||
cargo:rerun-if-changed=c/Makefile.testing
|
||||
cargo:rerun-if-changed=c/test.py
|
||||
cargo:rerun-if-changed=c/blake3_portable.c
|
||||
cargo:rerun-if-changed=c/blake3_tbb.cpp
|
||||
cargo:rerun-if-changed=c/blake3_neon.c
|
||||
cargo:rerun-if-changed=c/blake3_avx512.c
|
||||
cargo:rerun-if-changed=c/README.md
|
||||
cargo:rerun-if-changed=c/CMakePresets.json
|
||||
cargo:rerun-if-changed=c/example.c
|
||||
cargo:rerun-if-changed=c/blake3_avx2.c
|
||||
cargo:rerun-if-changed=c/main.c
|
||||
cargo:rerun-if-changed=c/.gitignore
|
||||
cargo:rerun-if-changed=c/blake3_avx2_x86-64_unix.S
|
||||
cargo:rerun-if-changed=c/blake3_avx2_x86-64_windows_gnu.S
|
||||
cargo:rerun-if-changed=c/blake3.c
|
||||
cargo:rerun-if-changed=c/example_tbb.c
|
||||
cargo:rerun-if-changed=c/blake3_sse2_x86-64_windows_gnu.S
|
||||
cargo:rerun-if-changed=c/blake3_impl.h
|
||||
cargo:rerun-if-changed=c/blake3_sse41_x86-64_windows_gnu.S
|
||||
cargo:rerun-if-changed=c/blake3_avx2_x86-64_windows_msvc.asm
|
||||
cargo:rerun-if-changed=c/blake3_sse2.c
|
||||
cargo:rerun-if-changed=c/blake3_avx512_x86-64_unix.S
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/blake3-fba632ea867cc72e/out
|
||||
Binary file not shown.
BIN
Binary file not shown.
+5
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/generic-array-4a98c9d4a378ce52/build_script_build-4a98c9d4a378ce52.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/generic-array-4a98c9d4a378ce52/build_script_build-4a98c9d4a378ce52: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1 @@
|
||||
cargo:rustc-cfg=relaxed_coherence
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/generic-array-5bb043c4e9b64bb2/out
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/getrandom-64d4114fc7930a0d/out
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/getrandom-7953afb569040b4a/build_script_build-7953afb569040b4a.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.2/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/getrandom-7953afb569040b4a/build_script_build-7953afb569040b4a: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.2/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.2/build.rs:
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/libc-25c87faef6ccc487/build_script_build-25c87faef6ccc487.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/libc-25c87faef6ccc487/build_script_build-25c87faef6ccc487: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,27 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION
|
||||
cargo:rustc-cfg=freebsd12
|
||||
cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_MUSL_V1_2_3
|
||||
cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64
|
||||
cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS
|
||||
cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_TIME_BITS
|
||||
cargo:rustc-check-cfg=cfg(emscripten_old_stat_abi)
|
||||
cargo:rustc-check-cfg=cfg(espidf_picolibc)
|
||||
cargo:rustc-check-cfg=cfg(espidf_time32)
|
||||
cargo:rustc-check-cfg=cfg(freebsd10)
|
||||
cargo:rustc-check-cfg=cfg(freebsd11)
|
||||
cargo:rustc-check-cfg=cfg(freebsd12)
|
||||
cargo:rustc-check-cfg=cfg(freebsd13)
|
||||
cargo:rustc-check-cfg=cfg(freebsd14)
|
||||
cargo:rustc-check-cfg=cfg(freebsd15)
|
||||
cargo:rustc-check-cfg=cfg(gnu_file_offset_bits64)
|
||||
cargo:rustc-check-cfg=cfg(gnu_time_bits64)
|
||||
cargo:rustc-check-cfg=cfg(libc_deny_warnings)
|
||||
cargo:rustc-check-cfg=cfg(linux_time_bits64)
|
||||
cargo:rustc-check-cfg=cfg(musl_v1_2_3)
|
||||
cargo:rustc-check-cfg=cfg(musl32_time64)
|
||||
cargo:rustc-check-cfg=cfg(musl_redir_time64)
|
||||
cargo:rustc-check-cfg=cfg(vxworks_lt_25_09)
|
||||
cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))
|
||||
cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))
|
||||
cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/libc-7f46bf11462d980f/out
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,23 @@
|
||||
cargo:rustc-check-cfg=cfg(fuzzing)
|
||||
cargo:rustc-check-cfg=cfg(no_is_available)
|
||||
cargo:rustc-check-cfg=cfg(no_literal_byte_character)
|
||||
cargo:rustc-check-cfg=cfg(no_literal_c_string)
|
||||
cargo:rustc-check-cfg=cfg(no_source_text)
|
||||
cargo:rustc-check-cfg=cfg(proc_macro_span)
|
||||
cargo:rustc-check-cfg=cfg(proc_macro_span_file)
|
||||
cargo:rustc-check-cfg=cfg(proc_macro_span_location)
|
||||
cargo:rustc-check-cfg=cfg(procmacro2_backtrace)
|
||||
cargo:rustc-check-cfg=cfg(procmacro2_build_probe)
|
||||
cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)
|
||||
cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)
|
||||
cargo:rustc-check-cfg=cfg(randomize_layout)
|
||||
cargo:rustc-check-cfg=cfg(span_locations)
|
||||
cargo:rustc-check-cfg=cfg(super_unstable)
|
||||
cargo:rustc-check-cfg=cfg(wrap_proc_macro)
|
||||
cargo:rerun-if-changed=src/probe/proc_macro_span.rs
|
||||
cargo:rustc-cfg=wrap_proc_macro
|
||||
cargo:rerun-if-changed=src/probe/proc_macro_span_location.rs
|
||||
cargo:rustc-cfg=proc_macro_span_location
|
||||
cargo:rerun-if-changed=src/probe/proc_macro_span_file.rs
|
||||
cargo:rustc-cfg=proc_macro_span_file
|
||||
cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/proc-macro2-972528369712508e/out
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/proc-macro2-e81c9c2415ed6fe7/build_script_build-e81c9c2415ed6fe7.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/proc-macro2-e81c9c2415ed6fe7/build_script_build-e81c9c2415ed6fe7: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,2 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/quote-06977a74f197637f/out
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/quote-855b33fad8764043/build_script_build-855b33fad8764043.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/quote-855b33fad8764043/build_script_build-855b33fad8764043: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs:
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/serde-3367b05a0fd1c9a8/build_script_build-3367b05a0fd1c9a8.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/serde-3367b05a0fd1c9a8/build_script_build-3367b05a0fd1c9a8: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,6 @@
|
||||
#[doc(hidden)]
|
||||
pub mod __private228 {
|
||||
#[doc(hidden)]
|
||||
pub use crate::private::*;
|
||||
}
|
||||
use serde_core::__private228 as serde_core_private;
|
||||
@@ -0,0 +1,13 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rustc-cfg=if_docsrs_then_no_serde_core
|
||||
cargo:rustc-check-cfg=cfg(feature, values("result"))
|
||||
cargo:rustc-check-cfg=cfg(if_docsrs_then_no_serde_core)
|
||||
cargo:rustc-check-cfg=cfg(no_core_cstr)
|
||||
cargo:rustc-check-cfg=cfg(no_core_error)
|
||||
cargo:rustc-check-cfg=cfg(no_core_net)
|
||||
cargo:rustc-check-cfg=cfg(no_core_num_saturating)
|
||||
cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
|
||||
cargo:rustc-check-cfg=cfg(no_serde_derive)
|
||||
cargo:rustc-check-cfg=cfg(no_std_atomic)
|
||||
cargo:rustc-check-cfg=cfg(no_std_atomic64)
|
||||
cargo:rustc-check-cfg=cfg(no_target_has_atomic)
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/serde-f7820387e22cc7ff/out
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/serde_core-0ccc1fe2c81d92cd/build_script_build-0ccc1fe2c81d92cd.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/serde_core-0ccc1fe2c81d92cd/build_script_build-0ccc1fe2c81d92cd: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,5 @@
|
||||
#[doc(hidden)]
|
||||
pub mod __private228 {
|
||||
#[doc(hidden)]
|
||||
pub use crate::private::*;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rustc-check-cfg=cfg(if_docsrs_then_no_serde_core)
|
||||
cargo:rustc-check-cfg=cfg(no_core_cstr)
|
||||
cargo:rustc-check-cfg=cfg(no_core_error)
|
||||
cargo:rustc-check-cfg=cfg(no_core_net)
|
||||
cargo:rustc-check-cfg=cfg(no_core_num_saturating)
|
||||
cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
|
||||
cargo:rustc-check-cfg=cfg(no_serde_derive)
|
||||
cargo:rustc-check-cfg=cfg(no_std_atomic)
|
||||
cargo:rustc-check-cfg=cfg(no_std_atomic64)
|
||||
cargo:rustc-check-cfg=cfg(no_target_has_atomic)
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/serde_core-9009d279787d5772/out
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/serde_json-0e901609e2caeb56/build_script_build-0e901609e2caeb56.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/serde_json-0e901609e2caeb56/build_script_build-0e901609e2caeb56: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,3 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64"))
|
||||
cargo:rustc-cfg=fast_arithmetic="64"
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/serde_json-7b5a2b821b819c72/out
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/thiserror-0aee41d1bc6ce2ac/build_script_build-0aee41d1bc6ce2ac.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/thiserror-0aee41d1bc6ce2ac/build_script_build-0aee41d1bc6ce2ac: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,4 @@
|
||||
cargo:rerun-if-changed=build/probe.rs
|
||||
cargo:rustc-check-cfg=cfg(error_generic_member_access)
|
||||
cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)
|
||||
cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/thiserror-1e4e62ac80875725/out
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,5 @@
|
||||
#[doc(hidden)]
|
||||
pub mod __private18 {
|
||||
#[doc(hidden)]
|
||||
pub use crate::private::*;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
cargo:rerun-if-changed=build/probe.rs
|
||||
cargo:rustc-check-cfg=cfg(error_generic_member_access)
|
||||
cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)
|
||||
cargo:rustc-check-cfg=cfg(thiserror_no_backtrace_type)
|
||||
cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/thiserror-33882048cd26dbf3/out
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/thiserror-3a58ac51b8acb4bb/build_script_build-3a58ac51b8acb4bb.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/thiserror-3a58ac51b8acb4bb/build_script_build-3a58ac51b8acb4bb: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs:
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/zerocopy-5ea65f414509b9d3/build_script_build-5ea65f414509b9d3.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.48/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/zerocopy-5ea65f414509b9d3/build_script_build-5ea65f414509b9d3: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.48/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.48/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,24 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rerun-if-changed=Cargo.toml
|
||||
cargo:rustc-check-cfg=cfg(no_zerocopy_simd_x86_avx12_1_89_0)
|
||||
cargo:rustc-check-cfg=cfg(rust, values("1.89.0"))
|
||||
cargo:rustc-check-cfg=cfg(no_zerocopy_core_error_1_81_0)
|
||||
cargo:rustc-check-cfg=cfg(rust, values("1.81.0"))
|
||||
cargo:rustc-check-cfg=cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)
|
||||
cargo:rustc-check-cfg=cfg(rust, values("1.78.0"))
|
||||
cargo:rustc-check-cfg=cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)
|
||||
cargo:rustc-check-cfg=cfg(rust, values("1.61.0"))
|
||||
cargo:rustc-check-cfg=cfg(no_zerocopy_target_has_atomics_1_60_0)
|
||||
cargo:rustc-check-cfg=cfg(rust, values("1.60.0"))
|
||||
cargo:rustc-check-cfg=cfg(no_zerocopy_aarch64_simd_1_59_0)
|
||||
cargo:rustc-check-cfg=cfg(rust, values("1.59.0"))
|
||||
cargo:rustc-check-cfg=cfg(no_zerocopy_aarch64_simd_be_1_87_0)
|
||||
cargo:rustc-check-cfg=cfg(rust, values("1.87.0"))
|
||||
cargo:rustc-check-cfg=cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)
|
||||
cargo:rustc-check-cfg=cfg(rust, values("1.57.0"))
|
||||
cargo:rustc-check-cfg=cfg(doc_cfg)
|
||||
cargo:rustc-check-cfg=cfg(kani)
|
||||
cargo:rustc-check-cfg=cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)
|
||||
cargo:rustc-check-cfg=cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)
|
||||
cargo:rustc-check-cfg=cfg(coverage_nightly)
|
||||
cargo:rustc-check-cfg=cfg(zerocopy_inline_always)
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/zerocopy-dc3fe91bc080220b/out
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,3 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rustc-check-cfg=cfg(exhaustive)
|
||||
cargo:rustc-check-cfg=cfg(zmij_no_select_unpredictable)
|
||||
@@ -0,0 +1 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/zmij-3f388d1711f78f3d/out
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/zmij-8ac869f69dd58f82/build_script_build-8ac869f69dd58f82.d: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/build.rs
|
||||
|
||||
/Users/will/Development/neuron-technologies/engram-lang/target/debug/build/zmij-8ac869f69dd58f82/build_script_build-8ac869f69dd58f82: /Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/build.rs
|
||||
|
||||
/Users/will/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/build.rs:
|
||||
Reference in New Issue
Block a user