# 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" rust-version = "1.80" name = "abpoa-sys" version = "0.1.1" build = "build.rs" links = "abpoa" include = [ "abPOA/include/*.h", "abPOA/include/simde/simde/**/*.h", "abPOA/src", "abPOA/Makefile", "src/", "build.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Automatically generated FFI definitions for abPOA" readme = "README.md" keywords = [ "bioinformatics", "sequence-alignment", "graph-alignment", "POA", ] categories = [ "science::bioinformatics", "science::bioinformatics::genomics", "science::bioinformatics::sequence-analysis", ] license = "MIT" repository = "https://github.com/broadinstitute/abpoa-rs" [lib] name = "abpoa_sys" path = "src/lib.rs" [dependencies.libz-sys] version = "1.1" features = ["libc"] default-features = false [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.cc] version = "1.1.15" [build-dependencies.glob] version = "0.3.1"