Package: fastgeojson
Title: High-Performance 'GeoJSON' and 'JSON' Serialization
Version: 0.3.0
Authors@R: 
    c(person(given = "Alex",
             family = "Jorion",
             role = c("aut", "cre"),
             email = "alex.jorion@firstzeroenergy.com"),
      person(given = "The authors of the dependency Rust crates",
             role = c("ctb"),
             comment = "see inst/AUTHORS file for details"))
Description: Converts R objects such as data frames, lists and vectors into
    'JSON' strings, and 'sf' spatial objects into 'GeoJSON'. The core encoders
    are implemented in 'Rust' using the 'extendr' framework and are designed
    to efficiently serialize large tabular and spatial datasets. Returns
    serialized 'JSON' text, allowing applications such as 'shiny' or web APIs
    to transfer data to client-side 'JavaScript' libraries without additional
    encoding overhead.
License: MIT + file LICENSE
URL: https://github.com/firstzeroenergy/fastgeojson
BugReports: https://github.com/firstzeroenergy/fastgeojson/issues
Depends: R (>= 4.5)
SystemRequirements: Cargo (Rust's package manager), rustc
Encoding: UTF-8
Language: en-US
Suggests: testthat (>= 3.0.0), jsonlite, sf, leaflet
Config/testthat/edition: 3
Config/rextendr/version: 0.4.2
Config/roxygen2/version: 8.1.0
NeedsCompilation: yes
Packaged: 2026-09-14 22:56:17 UTC; ajori
Author: Alex Jorion [aut, cre],
  The authors of the dependency Rust crates [ctb] (see inst/AUTHORS file
    for details)
Maintainer: Alex Jorion <alex.jorion@firstzeroenergy.com>
Repository: CRAN
Date/Publication: 2026-09-15 01:50:02 UTC
Built: R 4.5.2; aarch64-apple-darwin20; 2026-09-15 02:18:11 UTC; unix
Archs: fastgeojson.so.dSYM
