Package: gmailr
Title: Access the 'Gmail' 'RESTful' API
Version: 1.0.1
Authors@R: c(
    person("Jim", "Hester", role = "aut"),
    person("Jennifer", "Bryan", , "jenny@rstudio.com", role = c("aut", "cre")),
    person("RStudio", role = c("cph", "fnd"))
  )
Description: An interface to the 'Gmail' 'RESTful' API.  Allows access to
    your 'Gmail' messages, threads, drafts and labels.
License: MIT + file LICENSE
URL: https://gmailr.r-lib.org, https://github.com/r-lib/gmailr
BugReports: https://github.com/r-lib/gmailr/issues
Depends:
    R (>= 3.0.0)
Imports:
    base64enc,
    crayon,
    gargle,
    httr,
    jsonlite,
    lifecycle,
    magrittr,
    mime,
    rematch2
Suggests:
    covr,
    knitr,
    methods,
    rmarkdown,
    sodium,
    testthat
VignetteBuilder: 
    knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
