# 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 = "speedytree" version = "0.1.0" authors = ["Curro Campuzano "] exclude = [ "speedytree_slides.pdf", "benchmarks/", "Makefile", "Snakefile", ] description = "Canonical and RapidNJ implementations of Neighbor-joining in Rust" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/currocam/speedytree" [lib] name = "speedytree" path = "src/lib.rs" [[bin]] name = "speedytree" path = "src/bin.rs" [dependencies.bit-set] version = "0.5.3" [dependencies.bit-vec] version = "0.6.3" [dependencies.bitvec] version = "1.0.1" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.dtoa] version = "1.0.9" [dependencies.fixedbitset] version = "0.4.2" [dependencies.parking_lot] version = "0.12.1" [dependencies.petgraph] version = "0.6.4" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.rb_tree] version = "0.5.0"