# 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 = "2018" name = "phylogeny" version = "0.0.1" authors = ["Ragnar Groot Koerkamp "] include = ["src/*", "LICENSE.mc", "README.md"] description = "A library and corresponding binaries for algorithms related to phylogenies." homepage = "https://github.com/RagnarGrootKoerkamp/rust-phylogeny" documentation = "https://docs.rs/phylogeny" readme = "README.md" license = "MIT" repository = "https://github.com/RagnarGrootKoerkamp/rust-phylogeny" [lib] name = "phylogeny" path = "src/lib.rs" [[bin]] name = "rpt" path = "src/main.rs" [dependencies.clap] version = "2.33.3" features = ["yaml", "color", "suggestions"] [dependencies.itertools] version = "0.10.1" [dependencies.num] version = "0.4.0" [dependencies.ordered-float] version = "2.8.0" [dependencies.structopt] version = "0.3.25" [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23.0"