# 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-sys" version = "0.1.20+minimap2.2.28" authors = ["Joseph Guhlin "] build = "build.rs" links = "libminimap2" exclude = [ "**/*.fasta", "libsfasta/test_data/", "*.profdata", "target", "Cargo.lock", "/minimap2/lib/simde/test", ".circlci", ".notest", ".github", "docker", "/mm2-fast/ext/TAL/applications", "/mm2-fast/lib/simde/test/", ".*", "/mm2-fast/test", "/minimap2/test", "/mm2-fast/test_bench/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to libminimap2" readme = "README.md" keywords = [ "bioinformatics", "fasta", "alignment", "ffi", "fastq", ] categories = [ "science", "external-ffi-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jguhlin/minimap2-rs" [lib] name = "minimap2_sys" crate-type = [ "staticlib", "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.libz-sys] version = "1.1" features = ["libc"] default-features = false [build-dependencies.bindgen] version = "0.70" features = [ "which-rustfmt", "runtime", ] optional = true default-features = false [build-dependencies.cc] version = "1.2" [build-dependencies.pkg-config] version = "0.3" [features] default = [] noopt = [] simde = [] sse2only = [] static = ["libz-sys/static"] vendored = ["bindgen"] zlib-ng = ["libz-sys/zlib-ng"]