Hacker News new | past | comments | ask | show | jobs | submit login

>166

Yikes!

Does anyone know where I can get an overview of the entirety of rocket's dependency graph. Crates.io only lists 11 direct dependencies.




You can use the `cargo graph` [0] command to get a graphviz view of the dependency graph. The `Cargo.lock` file which Cargo generates should also contain all the information you want in machine-readable form.

[0]: https://github.com/kbknapp/cargo-graph


No, but that would be a good project. Probably the easiest way at the moment is to see the compilation output. E.g. from the CI logs:

https://travis-ci.org/SergioBenitez/Rocket/jobs/465537062




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: