# 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 = "seqcol_rs" version = "0.1.3" authors = ["Rob Patro "] build = false include = [ "src/*.rs", "/Cargo.toml", "/README.md", "/LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "library to implement seqcol in rust" homepage = "https://github.com/COMBINE-lab/seqcol_rs" documentation = "https://docs.rs/seqcol_rs" readme = "README.md" keywords = [ "genomics", "provenance", "seqcol", ] categories = ["science"] license-file = "LICENSE" repository = "https://github.com/COMBINE-lab/seqcol_rs" [lib] name = "seqcol_rs" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.base64] version = "0.22.1" [dependencies.itertools] version = "0.13.0" [dependencies.needletail] version = "0.6.0" [dependencies.serde_json] version = "1.0.132" features = [ "preserve_order", "indexmap", ] [dependencies.sha2] version = "0.10.8" features = [ "asm", "asm-aarch64", ] [dev-dependencies.noodles-sam] version = "0.66.0"