[package] name = "thirdkind" version = "3.8.4" authors = ["Simon Penel "] edition = "2018" description ="Read phylogenetic tree(s) in newick, phyloXML or recPhyloXML file and build a svg representation of the tree(s) allowing 1, 2 or 3 reconciliation levels." license="CECILL-2.1" keywords=["phylogeny", "recphyloxml", "phylogenetics", "newick", "bioinformatics"] categories = ["science"] homepage = "https://github.com/simonpenel/thirdkind/wiki" repository = "https://github.com/simonpenel/thirdkind" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.14" env_logger = "0.11.2" getopt = "1.1.0" webbrowser = "0.8.10" light_phylogeny = "2.4.1" clap = { version = "4.5.4", features = ["derive","wrap_help"] }