# 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 = "sars" version = "0.1.0" authors = ["Alperen Keles"] description = "SARS is a Lightweight Suffix Arrays Library for Rust" license = "MIT" resolver = "2" [[bin]] name = "buildsa" path = "buildsa/buildsa.rs" [[bin]] name = "querysa" path = "querysa/querysa.rs" [[bin]] name = "benchmark" path = "benchmark/benchmark.rs" [dependencies.bincode] version = "1.3" [dependencies.bio] version = "0.41" [dependencies.bstr] version = "0.2.17" [dependencies.clap] version = "3.1" features = ["derive", "cargo"] [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0"