This crate provides a derive macro for oauth1_request::Request:
# extern crate oauth1_request as oauth;
#
oauth1_request crate re-exports the derive macro if the derive feature of the crate
is enabled (which is on by default).
You should use the re-export instead of depending on this crate directly.