# 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" rust-version = "1.75.0" name = "phylodm" version = "3.2.0" authors = ["Aaron Mussig "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Efficient calculation of phylogenetic distance matrices." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/aaronmussig/PhyloDM" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [lib] name = "phylodm" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "phylodm" path = "src/main.rs" [[test]] name = "tree" path = "tests/tree.rs" [[test]] name = "util" path = "tests/util.rs" [dependencies.derive_more] version = "1.0.0" features = [ "add", "sum", ] [dependencies.itertools] version = "0.13" [dependencies.light_phylogeny] version = "2.2.7" [dependencies.ndarray] version = "0.15.6" [dependencies.numpy] version = "0.21.0" optional = true [dependencies.pyo3] version = "0.21.2" features = ["extension-module"] optional = true [features] python = [ "pyo3", "numpy", ]