- 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.1 KiB
JSON
1 line
1.1 KiB
JSON
{"rustc":16243257175721966122,"features":"[\"http1\", \"ring\", \"tls12\", \"webpki-roots\", \"webpki-tokio\"]","declared_features":"[\"aws-lc-rs\", \"default\", \"fips\", \"http1\", \"http2\", \"log\", \"logging\", \"native-tokio\", \"ring\", \"rustls-native-certs\", \"rustls-platform-verifier\", \"tls12\", \"webpki-roots\", \"webpki-tokio\"]","target":12220062926890100908,"profile":5347358027863023418,"path":12723920311632822662,"deps":[[784494742817713399,"tower_service",false,12829417956076871532],[1991942485830005045,"tokio_rustls",false,3633445748525884666],[2620434475832828286,"http",false,9822450932427326627],[4160778395972110362,"hyper",false,14952924799129278634],[5071328984507806225,"webpki_roots",false,5210401659918021163],[7228429836347935118,"rustls",false,3986626185391525136],[11976082518617474977,"hyper_util",false,7836745156546299717],[13298363700532491723,"tokio",false,634726864496810915],[17894305664988315121,"pki_types",false,12132946894082361702]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hyper-rustls-42d394956e02db93/dep-lib-hyper_rustls","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} |