[package] name = "oauth1-request-derive-ios" edition = "2018" rust-version = "1.46.0" version = "0.0.1" authors = ["Daiki Mizukami "] license = "MIT OR Apache-2.0" homepage = "https://github.com/samgj18/oauth1-ios-rs" repository = "https://github.com/samgj18/oauth1-ios-rs" documentation = "https://docs.rs/oauth1-request-derive-ios/0.0.1/oauth1_request_derive_ios/" description = """ A derive macro for `oauth1_request_ios::Request` trait. """ [lib] proc-macro = true [dependencies] proc-macro2 = "1" proc-macro-crate = "3" proc-macro-error = { version = "1", default-features = false } quote = "1" syn = { version = "2", features = ["full"] } [dev-dependencies] oauth1-request-ios = { path = "../oauth1-request-ios", default-features = false, features = [ "alloc", "derive", "test", ] } trybuild = "1" version-sync = "0.9"