- 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
1 line
1.2 KiB
JSON
1 line
1.2 KiB
JSON
{"rustc":16243257175721966122,"features":"[]","declared_features":"[]","target":14651912781294198132,"profile":5347358027863023418,"path":3788760948013772067,"deps":[[1528297757488249563,"url",false,14703091249370520859],[2620434475832828286,"http",false,9822450932427326627],[3722963349756955755,"once_cell",false,14589350107005632901],[4093251733041599906,"futures",false,17775582886000630442],[4160778395972110362,"hyper",false,14952924799129278634],[5849048857304117613,"assert_json_diff",false,5793120354268392665],[10630857666389190470,"log",false,7193662118670127429],[11976082518617474977,"hyper_util",false,7836745156546299717],[13077212702700853852,"base64",false,7455959484339136417],[13298363700532491723,"tokio",false,634726864496810915],[13548984313718623784,"serde",false,16120970927335062175],[13795362694956882968,"serde_json",false,4117845875591086358],[16900715236047033623,"http_body_util",false,16449682172584936885],[17109794424245468765,"regex",false,1458066294023464278],[17343235423645112067,"deadpool",false,5111626269558245171]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/wiremock-ea1e133b3e087715/dep-lib-wiremock","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} |