benfred / py-spy

Sampling profiler for Python programs
MIT License
12.13k stars 401 forks source link

Consider moving CLI functionality behind a feature flag #647

Open CosmicHorrorDev opened 6 months ago

CosmicHorrorDev commented 6 months ago

Using this crate as a library currently pulls in a lot of dependencies that only really make sense for the binary portion of the app. It would be nice to avoid all of these by exposing the binary stuff behind a default feature instead