Skip to content
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

rayon is included in the dependency tree even when the rayon feature is disabled when ravif feature is enabled #2290

Open
Shnatsel opened this issue Jul 24, 2024 · 1 comment

Comments

@Shnatsel
Copy link
Contributor

This happens in image 0.25.2.

To reproduce:

cargo new img-test
cd img-test
cargo add image --no-default-features --features=default-formats
cargo tree -i rayon

prints:

rayon v1.10.0
├── maybe-rayon v0.1.1
│   └── rav1e v0.7.1
│       └── ravif v0.11.8
│           └── image v0.25.2
│               └── img-test v0.1.0
└── ravif v0.11.8 (*)
@Shnatsel Shnatsel changed the title rayon is included in the dependency tree even when the rayon feature is disabled when avif feature is enabled rayon is included in the dependency tree even when the rayon feature is disabled when ravif feature is enabled Jul 24, 2024
@kornelski
Copy link
Contributor

I've added a threading feature to ravif.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants