# 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 = "align-cli" version = "0.4.0" authors = ["Douwe Schulte "] include = [ "inc/**/*", "src/**/*", "LICENSE", "README.md", ] description = "A command line interface for easily aligning sequences." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/snijderlab/align-cli" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 2 [[bin]] name = "align" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.colored] version = "2" [dependencies.itertools] version = "0.12" [dependencies.rayon] version = "1.8" [dependencies.rustyms] version = "0.8"