dkregistry
is a Rust library for asynchronous interaction with container registries
conformant to the Docker Registry HTTP API V2 specification.
This library relies on mockito for tests and mocking, which is not multi-thread aware.
As such, tests should be run serially via:
cargo test -- --test-threads=1