Package: crosscell
Title: High-Performance Single-Cell Data Format Converter
Version: 0.1.0
Authors@R: 
    person("CrossCell Contributors", role = c("aut", "cre"),
           email = "szxszx@foxmail.com")
Description: Fast conversion between H5AD (AnnData) and RDS (Seurat/SCE) formats
    for single-cell transcriptomics data. Implemented in Rust for high performance.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
SystemRequirements: Cargo (Rust package manager), rustc
Imports:
    Matrix,
    methods
Suggests:
    Seurat,
    SingleCellExperiment,
    SummarizedExperiment,
    testthat (>= 3.0.0)
Config/rextendr/version: 0.3.1
