# 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 = "phylotree" version = "0.1.2" authors = ["Luc Blassel"] description = "A crate to deal with phylogenetic trees and distance matrices" homepage = "https://github.com/lucblassel/phylotree-rs" readme = "README.md" keywords = [ "phylogenetics", "bioinformatics", "cli", "newick", "phylip", ] categories = [ "command-line-utilities", "science", "simulation", "parser-implementations", ] license = "GPL-3.0" repository = "https://github.com/lucblassel/phylotree-rs" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./latex_doc_header.html", ] [lib] crate-type = [ "cdylib", "lib", ] [[bin]] name = "phylotree" [[bench]] name = "benchmarks" harness = false [dependencies.accurate] version = "0.3.1" [dependencies.clap] version = "4.1.13" features = ["derive"] [dependencies.fixedbitset] version = "0.4.2" [dependencies.itertools] version = "0.10.5" [dependencies.needletail] version = "0.5.1" [dependencies.num-traits] version = "0.2.15" [dependencies.numeric_literals] version = "0.2.0" [dependencies.ptree] version = "0.4.0" [dependencies.pyo3] version = "0.19.0" features = ["extension-module"] optional = true [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.serde] version = "1.0.164" [dependencies.thiserror] version = "1.0.40" [dependencies.tinytemplate] version = "1.2.1" [dependencies.trait-set] version = "0.3.0" [dependencies.utf8-read] version = "0.4.0" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [features] python = ["pyo3"]