Package: gmailr
Title: Access the 'Gmail' 'RESTful' API
Version: 2.0.0
Authors@R: c(
    person("Jim", "Hester", role = "aut"),
    person("Jennifer", "Bryan", , "jenny@posit.co", role = c("aut", "cre")),
    person("Posit Software, PBC", 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.6)
Imports:
    base64enc,
    cli,
    crayon,
    gargle (>= 1.5.1),
    glue,
    httr,
    jsonlite,
    lifecycle,
    mime,
    rappdirs,
    rematch2,
    rlang (>= 1.1.0)
Suggests:
    curl,
    knitr,
    methods,
    rmarkdown,
    testthat (>= 3.1.8),
    withr
VignetteBuilder: 
    knitr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
