|
|
|
|
|
by johncolanduoni
2079 days ago
|
|
Most of these are maintained as sets of crates under the same project/maintainers. For example, everything starting with futures comes from one repo, everything starting with tokio plus mio (plus some others) are under the tokio-rs GitHub organization, all the windows bindings packages are from the same repo, etc. Plus some of the dependencies are also dependencies of the standard library (hashbrown, cfg-if, libc). |
|