Files
mcias/clients/rust/target/debug/.fingerprint/hyper-util-b332507c051d9f3f/lib-hyper_util.json
Kyle Isom 0c441f5c4f 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
2026-03-11 16:38:32 -07:00

1 line
1.6 KiB
JSON

{"rustc":16243257175721966122,"features":"[\"client\", \"client-legacy\", \"client-proxy\", \"default\", \"http1\", \"http2\", \"server\", \"tokio\"]","declared_features":"[\"__internal_happy_eyeballs_tests\", \"client\", \"client-legacy\", \"client-pool\", \"client-proxy\", \"client-proxy-system\", \"default\", \"full\", \"http1\", \"http2\", \"server\", \"server-auto\", \"server-graceful\", \"service\", \"tokio\", \"tracing\"]","target":11100538814903412163,"profile":5347358027863023418,"path":8239371252326677572,"deps":[[784494742817713399,"tower_service",false,12829417956076871532],[2251399859588827949,"pin_project_lite",false,15221541811940566033],[2620434475832828286,"http",false,9822450932427326627],[3870702314125662939,"bytes",false,1322042245192246152],[4160778395972110362,"hyper",false,14952924799129278634],[5898568623609459682,"futures_util",false,17637614804480441737],[6803352382179706244,"percent_encoding",false,10389927364073220351],[7527774033549147775,"ipnet",false,11993822523632829390],[9128867168860799549,"futures_channel",false,14115314800078754606],[10947645248417156337,"socket2",false,9852079318401079182],[13077212702700853852,"base64",false,7455959484339136417],[13298363700532491723,"tokio",false,634726864496810915],[14084095096285906100,"http_body",false,17374140038047555153],[14757622794040968908,"tracing",false,2607196619776999787],[17159683253194042242,"libc",false,15110830989098403107]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hyper-util-b332507c051d9f3f/dep-lib-hyper_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}