Package: safetensors
Title: Safetensors File Format
Version: 0.1.1
Authors@R: c(
    person("Daniel", "Falbel", , "daniel@posit.co", role = c("aut", "cre")),
    person(family = "Posit", role = c("cph"))
    )
Description: A file format for storing tensors that is secure (doesn't allow for 
    code execution), fast and simple to implement. 'safetensors' also enables cross 
    language and cross frameworks compatibility making it an ideal format for 
    storing machine learning model weights.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0), torch (>= 0.11.0)
Config/testthat/edition: 3
Imports: cli, jsonlite, R6, rlang
URL: https://github.com/mlverse/safetensors,
        https://mlverse.github.io/safetensors/
BugReports: https://github.com/mlverse/safetensors/issues
NeedsCompilation: no
Packaged: 2023-07-10 09:50:52 UTC; dfalbel
Author: Daniel Falbel [aut, cre],
  Posit [cph]
Maintainer: Daniel Falbel <daniel@posit.co>
Repository: CRAN
Date/Publication: 2023-07-10 20:10:04 UTC
