# 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 = "2018" name = "fmlrc" version = "0.1.8" authors = ["holtjma "] description = "FM-index Long Read Corrector - Rust implementation" homepage = "https://github.com/HudsonAlpha/fmlrc2" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/HudsonAlpha/fmlrc2" [profile.release] lto = true [[bench]] name = "bv_bwt_benchmark" harness = false [dependencies.bio] version = "0.31.0" [dependencies.clap] version = "2.33.1" [dependencies.env_logger] version = "0.7.1" [dependencies.exitcode] version = "1.1.2" [dependencies.flate2] version = "1.0.14" [dependencies.libmath] version = "0.1.4" [dependencies.log] version = "0.4.8" [dependencies.needletail] version = "0.4.0" [dependencies.serde_json] version = "1.0.58" [dependencies.subprocess] version = "0.2.4" [dependencies.tempfile] version = "3.1.0" [dependencies.threadpool] version = "1.7.1" [dev-dependencies.criterion] version = "0.3"