baoyachi / shadow-rs

A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
https://docs.rs/shadow-rs
MIT License
444 stars 40 forks source link

Static dependency tree #117

Open stevefan1999-personal opened 1 year ago

stevefan1999-personal commented 1 year ago

I need this so I can match the kernel dependencies to match the kernel module but I don't want a whole cargo tree. I just want to compare the structures programatically, is is possible to just dump the data structure only?

baoyachi commented 1 year ago

I'm try do it.

baoyachi commented 1 week ago

Now,you can use CARGO_METADATA get value.