# 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. cargo-features = ["profile-rustflags"] [package] edition = "2021" name = "libwfa2" version = "0.1.1" authors = ["Joachim Fritscher "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to the C implementation of WFA2-lib" readme = "readme.md" keywords = [ "bioinformatics", "alignment", "wfa", ] categories = ["science"] license = "MIT" repository = "https://github.com/4less/libwfa2" [profile.release] opt-level = 3 lto = "fat" overflow-checks = false rustflags = [ "-C", "target-feature=+avx,+sse3,+avx2,+fma", ] [lib] name = "libwfa2" path = "src/lib.rs" [[example]] name = "example2" path = "examples/example2.rs" [[example]] name = "example1" path = "examples/example1.rs" [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.clang-sys] version = "1.8.1"