and i have a tool to inspect dependencies: cargo-deplist https://github.com/dingelish/cargo-deplist
it outputs a topological sort of dependency graph along with `source` metadata. it seems we can find duplication or errors with the help of it. future improvements: high-lighting the duplicated/suspicious one according to some rules -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/206#issuecomment-605703658
