# 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 = "rsrs" version = "0.1.0" authors = ["Rob Patro "] include = [ "src/*.rs", "/Cargo.toml", "/README.md", "/LICENSE", ] description = "command line tool to compute seqcol objects and digests" homepage = "https://github.com/COMBINE-lab/rsrs" documentation = "https://docs.rs/rsrs" readme = "README.md" keywords = [ "genomics", "provenance", "seqcol", ] categories = [ "science", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/COMBINE-lab/rsrs" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.4" features = [ "derive", "wrap_help", "cargo", ] [dependencies.noodles] version = "0.67.0" features = [ "sam", "bam", "cram", ] [dependencies.noodles-util] version = "0.39.0" features = ["alignment"] [dependencies.seqcol_rs] version = "0.1.1" [dependencies.serde_json] version = "1.0.115" features = [ "indexmap", "preserve_order", ]