Implement Phase 9: client libraries (Go, Rust, Lisp, Python)
- clients/README.md: canonical API surface and error type reference - clients/testdata/: shared JSON response fixtures - clients/go/: mciasgoclient package; net/http + TLS 1.2+; sync.RWMutex token state; DisallowUnknownFields on all decoders; 25 tests pass - clients/rust/: async mcias-client crate; reqwest+rustls (no OpenSSL); thiserror MciasError enum; Arc<RwLock> token state; 22+1 tests pass; cargo clippy -D warnings clean - clients/lisp/: ASDF mcias-client; dexador HTTP, yason JSON; mcias-error condition hierarchy; Hunchentoot mock-dispatcher; 37 fiveam checks pass on SBCL 2.6.1; yason boolean normalisation in validate-token - clients/python/: mcias_client package (Python 3.11+); httpx sync; py.typed; dataclasses; 32 pytest tests; mypy --strict + ruff clean - test/mock/mockserver.go: in-memory mock server for Go client tests - ARCHITECTURE.md §19: updated per-language notes to match implementation - PROGRESS.md: Phase 9 marked complete - .gitignore: exclude clients/rust/target/, python .venv, .pytest_cache, .fasl files Security: token never logged or exposed in error messages in any library; TLS enforced in all four languages; token stored under lock/mutex/RwLock
This commit is contained in:
BIN
clients/rust/target/debug/build/httparse-491fac3c9d0b5d55/build-script-build
Executable file
BIN
clients/rust/target/debug/build/httparse-491fac3c9d0b5d55/build-script-build
Executable file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/httparse-491fac3c9d0b5d55/build_script_build-491fac3c9d0b5d55.d: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/httparse-491fac3c9d0b5d55/build_script_build-491fac3c9d0b5d55: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs
|
||||
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,2 @@
|
||||
cargo:rustc-cfg=httparse_simd_neon_intrinsics
|
||||
cargo:rustc-cfg=httparse_simd
|
||||
@@ -0,0 +1 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/httparse-8123e28c25743dd9/out
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/icu_normalizer_data-4a04dd27b62d62d9/build_script_build-4a04dd27b62d62d9.d: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/icu_normalizer_data-4a04dd27b62d62d9/build_script_build-4a04dd27b62d62d9: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs
|
||||
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,2 @@
|
||||
cargo:rerun-if-env-changed=ICU4X_DATA_DIR
|
||||
cargo:rustc-check-cfg=cfg(icu4c_enable_renaming)
|
||||
@@ -0,0 +1 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/icu_normalizer_data-f0067c2b6b8c8f1a/out
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/icu_properties_data-a5d8e8824e4bd01e/build_script_build-a5d8e8824e4bd01e.d: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/icu_properties_data-a5d8e8824e4bd01e/build_script_build-a5d8e8824e4bd01e: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs
|
||||
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,2 @@
|
||||
cargo:rerun-if-env-changed=ICU4X_DATA_DIR
|
||||
cargo:rustc-check-cfg=cfg(icu4c_enable_renaming)
|
||||
@@ -0,0 +1 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/icu_properties_data-e9924d9ef083f189/out
|
||||
BIN
clients/rust/target/debug/build/libc-48e44daaa356e727/build-script-build
Executable file
BIN
clients/rust/target/debug/build/libc-48e44daaa356e727/build-script-build
Executable file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/libc-48e44daaa356e727/build_script_build-48e44daaa356e727.d: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.183/build.rs
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/libc-48e44daaa356e727/build_script_build-48e44daaa356e727: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.183/build.rs
|
||||
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.183/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
25
clients/rust/target/debug/build/libc-e13f29bfea4beadb/output
Normal file
25
clients/rust/target/debug/build/libc-e13f29bfea4beadb/output
Normal file
@@ -0,0 +1,25 @@
|
||||
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_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(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/kyle/src/mcias/clients/rust/target/debug/build/libc-e13f29bfea4beadb/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/kyle/src/mcias/clients/rust/target/debug/build/proc-macro2-312b7916969d3c84/out
|
||||
BIN
clients/rust/target/debug/build/proc-macro2-79109030ec028741/build-script-build
Executable file
BIN
clients/rust/target/debug/build/proc-macro2-79109030ec028741/build-script-build
Executable file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/proc-macro2-79109030ec028741/build_script_build-79109030ec028741.d: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/proc-macro2-79109030ec028741/build_script_build-79109030ec028741: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs
|
||||
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs:
|
||||
BIN
clients/rust/target/debug/build/quote-8cda6ca49a800235/build-script-build
Executable file
BIN
clients/rust/target/debug/build/quote-8cda6ca49a800235/build-script-build
Executable file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/quote-8cda6ca49a800235/build_script_build-8cda6ca49a800235.d: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/quote-8cda6ca49a800235/build_script_build-8cda6ca49a800235: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs
|
||||
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/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/kyle/src/mcias/clients/rust/target/debug/build/quote-efb5563c3e743522/out
|
||||
BIN
clients/rust/target/debug/build/ring-aeffd851ca4c40f0/build-script-build
Executable file
BIN
clients/rust/target/debug/build/ring-aeffd851ca4c40f0/build-script-build
Executable file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/ring-aeffd851ca4c40f0/build_script_build-aeffd851ca4c40f0.d: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/ring-aeffd851ca4c40f0/build_script_build-aeffd851ca4c40f0: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs
|
||||
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
160
clients/rust/target/debug/build/ring-b8204aabae873cde/output
Normal file
160
clients/rust/target/debug/build/ring-b8204aabae873cde/output
Normal file
@@ -0,0 +1,160 @@
|
||||
cargo:rerun-if-env-changed=CARGO_MANIFEST_DIR
|
||||
cargo:rerun-if-env-changed=CARGO_PKG_NAME
|
||||
cargo:rerun-if-env-changed=CARGO_PKG_VERSION_MAJOR
|
||||
cargo:rerun-if-env-changed=CARGO_PKG_VERSION_MINOR
|
||||
cargo:rerun-if-env-changed=CARGO_PKG_VERSION_PATCH
|
||||
cargo:rerun-if-env-changed=CARGO_PKG_VERSION_PRE
|
||||
cargo:rerun-if-env-changed=CARGO_MANIFEST_LINKS
|
||||
cargo:rerun-if-env-changed=RING_PREGENERATE_ASM
|
||||
cargo:rerun-if-env-changed=OUT_DIR
|
||||
cargo:rerun-if-env-changed=CARGO_CFG_TARGET_ARCH
|
||||
cargo:rerun-if-env-changed=CARGO_CFG_TARGET_OS
|
||||
cargo:rerun-if-env-changed=CARGO_CFG_TARGET_ENV
|
||||
cargo:rerun-if-env-changed=CARGO_CFG_TARGET_ENDIAN
|
||||
OPT_LEVEL = Some(0)
|
||||
OUT_DIR = Some(/Users/kyle/src/mcias/clients/rust/target/debug/build/ring-b8204aabae873cde/out)
|
||||
TARGET = Some(aarch64-apple-darwin)
|
||||
CARGO_ENCODED_RUSTFLAGS = Some()
|
||||
HOST = Some(aarch64-apple-darwin)
|
||||
cargo:rerun-if-env-changed=CC_aarch64-apple-darwin
|
||||
CC_aarch64-apple-darwin = None
|
||||
cargo:rerun-if-env-changed=CC_aarch64_apple_darwin
|
||||
CC_aarch64_apple_darwin = None
|
||||
cargo:rerun-if-env-changed=HOST_CC
|
||||
HOST_CC = None
|
||||
cargo:rerun-if-env-changed=CC
|
||||
CC = None
|
||||
cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
|
||||
RUSTC_WRAPPER = None
|
||||
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
|
||||
CRATE_CC_NO_DEFAULTS = None
|
||||
DEBUG = Some(true)
|
||||
cargo:rerun-if-env-changed=MACOSX_DEPLOYMENT_TARGET
|
||||
MACOSX_DEPLOYMENT_TARGET = None
|
||||
cargo:rerun-if-env-changed=CFLAGS
|
||||
CFLAGS = None
|
||||
cargo:rerun-if-env-changed=HOST_CFLAGS
|
||||
HOST_CFLAGS = None
|
||||
cargo:rerun-if-env-changed=CFLAGS_aarch64_apple_darwin
|
||||
CFLAGS_aarch64_apple_darwin = None
|
||||
cargo:rerun-if-env-changed=CFLAGS_aarch64-apple-darwin
|
||||
CFLAGS_aarch64-apple-darwin = None
|
||||
cargo:rustc-link-lib=static=ring_core_0_17_14_
|
||||
OPT_LEVEL = Some(0)
|
||||
OUT_DIR = Some(/Users/kyle/src/mcias/clients/rust/target/debug/build/ring-b8204aabae873cde/out)
|
||||
TARGET = Some(aarch64-apple-darwin)
|
||||
CARGO_ENCODED_RUSTFLAGS = Some()
|
||||
HOST = Some(aarch64-apple-darwin)
|
||||
cargo:rerun-if-env-changed=CC_aarch64-apple-darwin
|
||||
CC_aarch64-apple-darwin = None
|
||||
cargo:rerun-if-env-changed=CC_aarch64_apple_darwin
|
||||
CC_aarch64_apple_darwin = None
|
||||
cargo:rerun-if-env-changed=HOST_CC
|
||||
HOST_CC = None
|
||||
cargo:rerun-if-env-changed=CC
|
||||
CC = None
|
||||
cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
|
||||
RUSTC_WRAPPER = None
|
||||
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
|
||||
CRATE_CC_NO_DEFAULTS = None
|
||||
DEBUG = Some(true)
|
||||
cargo:rerun-if-env-changed=MACOSX_DEPLOYMENT_TARGET
|
||||
MACOSX_DEPLOYMENT_TARGET = None
|
||||
cargo:rerun-if-env-changed=CFLAGS
|
||||
CFLAGS = None
|
||||
cargo:rerun-if-env-changed=HOST_CFLAGS
|
||||
HOST_CFLAGS = None
|
||||
cargo:rerun-if-env-changed=CFLAGS_aarch64_apple_darwin
|
||||
CFLAGS_aarch64_apple_darwin = None
|
||||
cargo:rerun-if-env-changed=CFLAGS_aarch64-apple-darwin
|
||||
CFLAGS_aarch64-apple-darwin = None
|
||||
cargo:rustc-link-lib=static=ring_core_0_17_14__test
|
||||
cargo:rustc-link-search=native=/Users/kyle/src/mcias/clients/rust/target/debug/build/ring-b8204aabae873cde/out
|
||||
cargo:rerun-if-changed=crypto/perlasm/x86_64-xlate.pl
|
||||
cargo:rerun-if-changed=crypto/perlasm/x86gas.pl
|
||||
cargo:rerun-if-changed=crypto/perlasm/x86nasm.pl
|
||||
cargo:rerun-if-changed=crypto/perlasm/arm-xlate.pl
|
||||
cargo:rerun-if-changed=crypto/perlasm/x86asm.pl
|
||||
cargo:rerun-if-changed=crypto/internal.h
|
||||
cargo:rerun-if-changed=crypto/cpu_intel.c
|
||||
cargo:rerun-if-changed=crypto/chacha/asm/chacha-x86.pl
|
||||
cargo:rerun-if-changed=crypto/chacha/asm/chacha-armv8.pl
|
||||
cargo:rerun-if-changed=crypto/chacha/asm/chacha-x86_64.pl
|
||||
cargo:rerun-if-changed=crypto/chacha/asm/chacha-armv4.pl
|
||||
cargo:rerun-if-changed=crypto/mem.c
|
||||
cargo:rerun-if-changed=crypto/cipher/asm/chacha20_poly1305_armv8.pl
|
||||
cargo:rerun-if-changed=crypto/cipher/asm/chacha20_poly1305_x86_64.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/ecp_nistz.c
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/p256-nistz.h
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/asm/p256-x86_64-asm.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/asm/p256-armv8-asm.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/ecp_nistz384.inl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/gfp_p256.c
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/p256-nistz.c
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/p256_shared.h
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/ecp_nistz.h
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/p256-nistz-table.h
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/util.h
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/gfp_p384.c
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/ecp_nistz384.h
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/p256.c
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/ec/p256_table.h
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/bn/internal.h
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/bn/asm/armv8-mont.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/bn/asm/x86-mont.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/bn/asm/x86_64-mont.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/bn/asm/x86_64-mont5.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/bn/asm/armv4-mont.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/bn/montgomery.c
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/bn/montgomery_inv.c
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/sha/asm/sha512-armv8.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/sha/asm/sha512-x86_64.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/sha/asm/sha256-armv4.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/sha/asm/sha512-armv4.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/vpaes-x86_64.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/vpaes-armv8.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/vpaes-x86.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/bsaes-armv7.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aesv8-armx.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/ghashv8-armx.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aes-gcm-avx2-x86_64.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/vpaes-armv7.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aesni-x86_64.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aesv8-gcm-armv8.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/ghash-x86.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aesni-x86.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/ghash-neon-armv8.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aesni-gcm-x86_64.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/ghash-x86_64.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/ghash-armv4.pl
|
||||
cargo:rerun-if-changed=crypto/fipsmodule/aes/aes_nohw.c
|
||||
cargo:rerun-if-changed=crypto/constant_time_test.c
|
||||
cargo:rerun-if-changed=crypto/poly1305/poly1305_arm.c
|
||||
cargo:rerun-if-changed=crypto/poly1305/poly1305_arm_asm.S
|
||||
cargo:rerun-if-changed=crypto/poly1305/poly1305.c
|
||||
cargo:rerun-if-changed=crypto/limbs/limbs.inl
|
||||
cargo:rerun-if-changed=crypto/limbs/limbs.c
|
||||
cargo:rerun-if-changed=crypto/limbs/limbs.h
|
||||
cargo:rerun-if-changed=crypto/curve25519/internal.h
|
||||
cargo:rerun-if-changed=crypto/curve25519/asm/x25519-asm-arm.S
|
||||
cargo:rerun-if-changed=crypto/curve25519/curve25519_64_adx.c
|
||||
cargo:rerun-if-changed=crypto/curve25519/curve25519.c
|
||||
cargo:rerun-if-changed=crypto/curve25519/curve25519_tables.h
|
||||
cargo:rerun-if-changed=crypto/crypto.c
|
||||
cargo:rerun-if-changed=include/ring-core/asm_base.h
|
||||
cargo:rerun-if-changed=include/ring-core/type_check.h
|
||||
cargo:rerun-if-changed=include/ring-core/aes.h
|
||||
cargo:rerun-if-changed=include/ring-core/check.h
|
||||
cargo:rerun-if-changed=include/ring-core/target.h
|
||||
cargo:rerun-if-changed=include/ring-core/mem.h
|
||||
cargo:rerun-if-changed=include/ring-core/base.h
|
||||
cargo:rerun-if-changed=third_party/fiat/asm/fiat_curve25519_adx_mul.S
|
||||
cargo:rerun-if-changed=third_party/fiat/asm/fiat_curve25519_adx_square.S
|
||||
cargo:rerun-if-changed=third_party/fiat/LICENSE
|
||||
cargo:rerun-if-changed=third_party/fiat/curve25519_64.h
|
||||
cargo:rerun-if-changed=third_party/fiat/p256_64.h
|
||||
cargo:rerun-if-changed=third_party/fiat/curve25519_64_adx.h
|
||||
cargo:rerun-if-changed=third_party/fiat/curve25519_64_msvc.h
|
||||
cargo:rerun-if-changed=third_party/fiat/p256_64_msvc.h
|
||||
cargo:rerun-if-changed=third_party/fiat/p256_32.h
|
||||
cargo:rerun-if-changed=third_party/fiat/curve25519_32.h
|
||||
@@ -0,0 +1 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/ring-b8204aabae873cde/out
|
||||
BIN
clients/rust/target/debug/build/rustls-14df8e003d002345/build-script-build
Executable file
BIN
clients/rust/target/debug/build/rustls-14df8e003d002345/build-script-build
Executable file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/rustls-14df8e003d002345/build_script_build-14df8e003d002345.d: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/build.rs
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/rustls-14df8e003d002345/build_script_build-14df8e003d002345: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/build.rs
|
||||
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/build.rs:
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/rustls-8f05e45e0276b3c8/out
|
||||
BIN
clients/rust/target/debug/build/serde-b94239f6a097b4fd/build-script-build
Executable file
BIN
clients/rust/target/debug/build/serde-b94239f6a097b4fd/build-script-build
Executable file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/serde-b94239f6a097b4fd/build_script_build-b94239f6a097b4fd.d: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/serde-b94239f6a097b4fd/build_script_build-b94239f6a097b4fd: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs
|
||||
|
||||
/Users/kyle/.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/kyle/src/mcias/clients/rust/target/debug/build/serde-ffe1212ea6083ba8/out
|
||||
BIN
clients/rust/target/debug/build/serde_core-31e1605f0781dd2b/build-script-build
Executable file
BIN
clients/rust/target/debug/build/serde_core-31e1605f0781dd2b/build-script-build
Executable file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/serde_core-31e1605f0781dd2b/build_script_build-31e1605f0781dd2b.d: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/build/serde_core-31e1605f0781dd2b/build_script_build-31e1605f0781dd2b: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs
|
||||
|
||||
/Users/kyle/.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/kyle/src/mcias/clients/rust/target/debug/build/serde_core-80c0c49fd950aa76/out
|
||||
BIN
clients/rust/target/debug/build/serde_json-1d15d8d21b5e16b9/build-script-build
Executable file
BIN
clients/rust/target/debug/build/serde_json-1d15d8d21b5e16b9/build-script-build
Executable file
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user