# 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 = "phylo" version = "1.0.0" authors = ["Sriram Vijendran"] description = "An extensible Phylogenetics library written in rust" readme = "README.md" keywords = [ "bioinformatics", "phylogenetics", ] categories = [ "data-structures", "science", ] license = "MIT" repository = "https://github.com/sriram98v/phylo-rs" [lib] name = "phylo" path = "src/lib.rs" [[bench]] name = "main" harness = false [dependencies.fxhash] version = "0.2.1" optional = true [dependencies.itertools] version = "0.11.0" [dependencies.num] version = "0.4.1" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.thiserror] version = "1.0.65" [dependencies.vers-vecs] version = "1.5.1" [dev-dependencies.divan] version = "0.1.14" [features] default = [ "non_crypto_hash", "simple_rooted_tree", ] non_crypto_hash = ["dep:fxhash"] parallel = ["dep:rayon"] simple_rooted_tree = []