-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disabling features doesn't disable dependencies #36
Comments
Okay, this is a weird one. It seems that |
Actually, looking at this, this seems to be mostly to do with just the
Check that the tree doesn't show |
I've also done a bunch of poking yesterday, everything seems correctly configured AFAICT
Interesting, I am a bit surprised Digging a bit more into this, there is a cargo issue which seems relevant.
I've tried it, looks good 👍 -- TIL On a different note, I noticed there's a dependency on I wonder if that shouldn't be by default off or |
Yeah, I am rethinking that default, so the PR I put up will probably change that as well, since it shouldn't be pulling in |
First off -- thank you for this crate 🙌, great stuff!
I am trying to use it with
rand_chacha
, but even if that's the only cargo feature I include, the crate still depends onwyrand
,rand_xoshiro
andrand_pcg
. I thought these are all different "backends" which you can select from using cargo features.E.g.
The text was updated successfully, but these errors were encountered: