# 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 = "parasail-rs" version = "0.7.6" authors = ["Nicolas S. Buitrago "] description = "Rust bindings and wrapper for parasail, a SIMD C library for pairwise sequence alignment." documentation = "https://docs.rs/parasail-rs" readme = "README.md" keywords = [ "bioinformatics", "alignment", "parasail", "rust", "ffi", ] license = "BSD-3-Clause" repository = "https://github.com/nsbuitrago/parasail-rs" [dependencies.libc] version = "0.2.161" [dependencies.libparasail-sys] version = "0.1.8" [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0.66"