# 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 = "nail" version = "0.2.0" authors = ["Jack Roddy "] exclude = ["fixtures/"] description = "nail is an alignment inference tool" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/TravisWheelerLab/nail" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.dyn-clone] version = "1.0.17" [dependencies.indicatif] version = "0.17.8" [dependencies.libnail] version = "0.2.0" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.thiserror] version = "1.0.37" [dependencies.thread_local] version = "1.1.7" [features] debug = ["libnail/debug"] default = []