Thanks for this cool tool!
I tried to build serde_json dylib with serde dylib, but failed. If I change crate-type to rlib for the serde_json-dynamic sub-package, then it works. simple project is here.
Not sure whether rlib works like dylib here or not as expected?