# 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-cli" version = "0.1.0" authors = ["Tommi Mäklin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line interface to the kbo local aligner." homepage = "https://github.com/tmaklin/kbo-cli" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tmaklin/kbo-cli" [profile.release] lto = true codegen-units = 1 strip = false [[bin]] name = "kbo" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.kbo] version = "0.4.0" [dependencies.log] version = "0.4.20" [dependencies.needletail] version = "0.6.0" features = ["flate2"] default-features = false [dependencies.rayon] version = "1" [dependencies.sbwt] version = "0.3.4" [dependencies.stderrlog] version = "0.6.0"