seq_geom_parser 0.2.1

A small crate for parsing library geometry specifications for single-cell sequencing.
Documentation
[[bin]]
name = "test_parser"
path = "src/bin.rs"
[dependencies.anyhow]
version = "1.0.70"

[dependencies.pest]
version = "2.5.6"

[dependencies.pest_derive]
version = "2.5.6"

[lib]
name = "seq_geom_parser"
path = "src/lib/lib.rs"

[package]
authors = ["Rob Patro <rob@cs.umd.edu>", "Dongze He <dhe17@umd.edu>"]
categories = ["command-line-utilities", "science"]
description = "A small crate for parsing library geometry specifications for single-cell sequencing."
edition = "2021"
homepage = "https://github.com/COMBINE-lab/seq_geom_parser"
include = ["/src/*.rs", "/src/lib/*.rs", "/src/grammar/frag_geom.pest", "/Cargo.toml", "/README.md", "/LICENSE", "/CONTRIBUTING.md", "/CODE_OF_CONDUCT.md"]
keywords = ["single-cell", "preprocessing", "RNA-seq"]
license-file = "LICENSE"
name = "seq_geom_parser"
readme = "README.md"
repository = "https://github.com/COMBINE-lab/seq_geom_parser"
version = "0.2.1"