# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "seq_geom_parser" version = "0.3.0" authors = [ "Rob Patro ", "Dongze He ", ] include = [ "/src/*.rs", "/src/lib/*.rs", "/src/grammar/frag_geom.pest", "/Cargo.toml", "/README.md", "/LICENSE", "/CONTRIBUTING.md", "/CODE_OF_CONDUCT.md", ] description = "A small crate for parsing library geometry specifications for single-cell sequencing." homepage = "https://github.com/COMBINE-lab/seq_geom_parser" readme = "README.md" keywords = [ "single-cell", "preprocessing", "RNA-seq", ] categories = [ "command-line-utilities", "science", ] license-file = "LICENSE" repository = "https://github.com/COMBINE-lab/seq_geom_parser" [lib] name = "seq_geom_parser" path = "src/lib/lib.rs" [[bin]] name = "test_parser" path = "src/bin.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.pest] version = "2.5.7" [dependencies.pest_derive] version = "2.5.7"