This crate provides a derive macro for oauth1_request_ios::Request:
# extern crate oauth1_request_ios_ios as oauth;
#
oauth1_request_ios 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.