# 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 = "nexus2fa" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "converts .nex to .fa plain simple" homepage = "https://github.com/alejandrogzi/nexus2fa" readme = "README.md" keywords = [ "nexus", "phylogeny", "genome", "fasta", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/alejandrogzi/nexus2fa" [profile.release] lto = true [[bin]] name = "nexus2fa" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.memchr] version = "2.7" [dependencies.memmap2] version = "0.9.4" [dependencies.num_cpus] version = "1.14.0" [dependencies.rayon] version = "1.10.0"