Remix.run Logo
koakuma-chan 3 hours ago

It depends on `image` which in turn depends on a number of crates to handle different file types. If you disable all `image` features, it only has like 5 dependencies left.

staminade 3 hours ago | parent [-]

And all those 5 remaining dependencies have lots of dependencies of their own. What's your point?

koakuma-chan 3 hours ago | parent [-]

> What's your point?

Just defending Rust.

> 5 remaining dependencies have lots of dependencies of their own.

Mostly well-known crates like rayon, crossbeam, tracing, etc.

johnisgood 2 hours ago | parent [-]

You cannot defend Rust if this is reality.

Any Rust project I have ever compiled pulled in over 1000 dependencies. Recently it was Zed with its >2000 dependencies.

koakuma-chan an hour ago | parent [-]

I think it's justified for Zed. It does a lot of things.