# 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 = "minimap2-temp" version = "0.1.32+minimap2.2.28" authors = ["Joseph Guhlin "] build = false exclude = [ "**/*.fasta", "*.profdata", "*.mmi", "**/*.mmi", "/minimap2-sys/", "/minimappers2/", "/fakeminimap2", "/test_data/", ".*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to libminimap2" readme = "README.md" keywords = [ "bioinformatics", "fasta", "alignment", "fastq", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/rob-p/minimap2-rs" [package.metadata.docs.rs] features = [ "map-file", "htslib", ] [lib] name = "minimap2_temp" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.minimap2-sys] version = "0.1.19" [dependencies.needletail] version = "0.5" optional = true default-features = false [dependencies.rust-htslib] version = "0.47" optional = true default-features = false [dependencies.simdutf8] version = "0.1" optional = true [dev-dependencies.rayon] version = "1.10" [features] curl = ["rust-htslib/curl"] default = ["map-file"] htslib = ["rust-htslib"] map-file = [ "needletail", "simdutf8", ] simde = ["minimap2-sys/simde"] sse2only = ["minimap2-sys/sse2only"] static = [ "minimap2-sys/static", "rust-htslib/static", ] zlib-ng = ["minimap2-sys/zlib-ng"]