# 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 = "rustybam" version = "0.1.33" authors = ["Mitchell R. Vollger "] build = "build.rs" description = "bioinformatics toolkit in rust" homepage = "https://mrvollger.github.io/rustybam/" readme = "README.md" keywords = [ "cli", "bam", "paf", "liftover", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mrvollger/rustybam" [profile.dist] debug = true split-debuginfo = "packed" inherits = "release" [[bin]] name = "rb" path = "src/main.rs" [[bin]] name = "rustybam" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.bimap] version = "0.6.3" [dependencies.bio] version = "1.3" [dependencies.bio-types] version = "1.0" [dependencies.calm_io] version = "0.1.1" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.9.0" [dependencies.flate2] version = "~1" default-features = false [dependencies.gzp] version = "0.11" default-features = false [dependencies.itertools] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.19" [dependencies.natord] version = "1.0.9" [dependencies.needletail] version = "0.5.1" [dependencies.rayon] version = "1.7" [dependencies.regex] version = "1.8" [dependencies.rust-htslib] version = "0.44" [dependencies.snap] version = "1.1" optional = true [build-dependencies.clap] version = "3.2.22" features = ["derive"] [build-dependencies.clap_complete] version = "3.2.5" [build-dependencies.env_logger] version = "0.9.0" [build-dependencies.log] version = "0.4.19" [features] any_zlib = [] default = [ "deflate_zlib_ng", "snap_default", "libdeflate", ] deflate_rust = [ "gzp/deflate_rust", "flate2/rust_backend", ] deflate_zlib = [ "gzp/deflate_zlib", "flate2/zlib", "any_zlib", ] deflate_zlib_ng = [ "gzp/deflate_zlib_ng", "flate2/zlib-ng-compat", "any_zlib", ] libdeflate = ["gzp/libdeflate"] snap_default = [ "gzp/snappy_default", "snap", "snappy", ] snappy = []