# 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.77.0" name = "kbo" version = "0.4.0" authors = ["Tommi Mäklin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Spectral Burrows-Wheeler transform accelerated local alignment search" homepage = "https://github.com/tmaklin/kbo" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tmaklin/kbo" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "kbo" path = "src/lib.rs" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.sbwt] version = "0.3.4" features = ["bpks-mem"] [dev-dependencies.assert_approx_eq] version = "1"