Skip to content

Split crate

Ben Boeckel requested to merge ben.boeckel/webhook-listen:split-crate into master

Requires !38 (merged).

Highlights:

  • rust-crypto is gone (replaced with ring; upstream crypto is dead)
  • iron is gone (replaced with raw hyper)
  • library crate that does the work on just the http crate's types
  • futures is gone from the top-level (still present in other crates)
  • reqwest is gone (replaced with raw hyper; 60+ crates gone from the dep tree)

Merge request reports