newick 0.12.0

A library to parse, manipulate and generate trees in the Newick format
Documentation
# 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 = "newick"
version = "0.12.0"
build = false
exclude = [".envrc"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to parse, manipulate and generate trees in the Newick format"
homepage = "https://github.com/delehef/newick"
documentation = "https://github.com/delehef/newick"
readme = "README.org"
license = "LGPL-3.0-or-later"
repository = "https://github.com/delehef/newick"

[package.metadata.release]
tag-prefix = ""
publish = false
pre-release-hook = [
    "git-cliff",
    "-o",
    "CHANGELOG.md",
    "--tag",
    "{{version}}",
]
allow-branch = ["master"]

[lib]
name = "newick"
path = "src/lib.rs"

[dependencies.pest]
version = "2"

[dependencies.pest_derive]
version = "2"

[dependencies.sorbus]
version = "0.13"

[dependencies.thiserror]
version = "2"