# 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-rs" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for abPOA: Adaptive Banded POA" 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_rs" path = "src/lib.rs" [dependencies.abpoa-sys] version = "0.1.1" [dependencies.libc] version = "0.2.158"