Package: safetensors
Title: Safetensors File Format
Version: 0.2.0
Authors@R: c(
    person("Daniel", "Falbel", , "daniel@posit.co", role = c("aut", "cre")),
    person("Sebastian", "Fischer", , "seb.fischer@tutamail.com", role = "ctb"),
    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.3.2
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: 2025-08-18 11:18:11 UTC; dfalbel
Author: Daniel Falbel [aut, cre],
  Sebastian Fischer [ctb],
  Posit [cph]
Maintainer: Daniel Falbel <daniel@posit.co>
Repository: CRAN
Date/Publication: 2025-08-18 12:20:02 UTC
Built: R 4.5.1; ; 2025-08-19 23:51:53 UTC; windows
