## MCVE `Cargo.toml`: ```toml [dependencies] hyper = "0.14.4" ``` ## Error ``` ... Compiling hyper v0.14.4 error[E0463]: can't find crate for `http` --> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.4/src/lib.rs:61:9 | 61 | pub use http; | ^^^^ can't find crate error: aborting due to previous error ```