# 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 = "2018" name = "block-aligner" version = "0.5.1" authors = ["c0deb0t "] exclude = [ "vis/*", "!vis/block_img1.png", ] description = "SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using an adaptive block-based algorithm." homepage = "https://github.com/Daniel-Liu-c0deb0t/block-aligner" readme = "README.md" keywords = [ "SIMD", "string-distance", "alignment", "biology", "edit-distance", ] categories = [ "algorithms", "hardware-support", "science", "text-processing", ] license = "MIT" repository = "https://github.com/Daniel-Liu-c0deb0t/block-aligner" [package.metadata.docs.rs] features = ["simd_avx2"] [profile.bench] lto = "thin" debug-assertions = false [profile.release] lto = "thin" debug-assertions = false panic = "abort" [dev-dependencies.bio] version = "^0.33" [features] debug = ["debug_size"] debug_size = [] mca = [] no_simd = [] simd_avx2 = [] simd_neon = [] simd_sse2 = [] simd_wasm = [] [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"aarch64\")))".dev-dependencies.image] version = "^0.23.14" [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"aarch64\")))".dev-dependencies.imageproc] version = "^0.22.0"