danielschemmel / build-info

Collects build-information of your Rust crate
https://crates.io/crates/build-info
24 stars 11 forks source link

Allow limiting the depth of dependency collection #15

Closed drbrain closed 1 year ago

drbrain commented 1 year ago

For larger rust projects there may be enough nested dependencies that the build script crashes due to a stack overflow. This allows dependency collection depth to be limited to a chosen depth, no depth, or be unlimited.

danielschemmel commented 1 year ago

This looks like a useful feature for projects with deep dependencies.