# 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.57.0" name = "lt-fm-index" version = "0.7.0-alpha.3" authors = ["baku4 "] description = "Fm-index using k-mer lookup table for exact pattern matching" readme = "README.md" keywords = [ "fm-index", "bwt", "pattern_matching", "bio", ] categories = [ "science", "algorithms", ] license = "MIT" repository = "https://github.com/baku4/lt-fm-index/" [[bench]] name = "benchmark" harness = false [dependencies.bio] version = "1.6" [dependencies.bytemuck] version = "1.16" features = ["derive"] [dependencies.byteorder] version = "1.5" [dependencies.capwriter] version = "0.2.0" [dependencies.libdivsufsort-rs] version = "0.1.3" optional = true [dependencies.num-traits] version = "0.2.15" [dev-dependencies.crate_fm_index] version = "0.1" package = "fm-index" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.rand] version = "0.8.0" [features] default = [] fastbwt = ["libdivsufsort-rs"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"]