nj 0.0.12

Neighbor Joining, fast phylogenetic tree construction. Library and CLI.
Documentation
# 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 = "2024"
name = "nj"
version = "0.0.12"
authors = ["Rens Holmer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Neighbor Joining, fast phylogenetic tree construction. Library and CLI."
readme = false
license = "MIT"
repository = "https://github.com/holmrenser/nj.rs"

[features]
cli = ["clap"]
default = []

[lib]
name = "nj"
crate-type = ["rlib"]
path = "src/lib.rs"

[[bin]]
name = "nj"
path = "src/main.rs"

[dependencies.bitvec]
version = "1.0.1"

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.getrandom]
version = "0.2"

[dependencies.nanorand]
version = "0.8.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.ts-rs]
version = "11.1.0"