# 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 = "chainsaw" version = "1.14.3" description = "A tool to manipulate newick trees" license = "LGPL-3.0-or-later" [package.metadata.release] allow-branch = ["master"] pre-release-hook = [ "git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}", ] publish = false tag-prefix = "" [lib] name = "chainsaw" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "3" features = ["derive"] [dependencies.itertools] version = "0.10" [dependencies.newick] version = "0.11" [dependencies.rusqlite] version = "~0.31" [dependencies.syntesuite] version = "0.6"