nexwick 0.1.1

Parser for Nexus files and Newick strings
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 = "2024"
name = "nexwick"
version = "0.1.1"
authors = ["Jonathan Klawitter"]
build = false
exclude = [
    "examples/",
    "target/",
    "tests/",
    "benches/",
    "src/main.rs",
    "claude.md",
    ".*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for Nexus files and Newick strings"
homepage = "https://github.com/joklawitter/nexwick/"
readme = "README.md"
keywords = [
    "parser",
    "Nexus",
    "Newick",
    "Phylogenetic",
]
categories = [
    "parser-implementations",
    "science::bioinformatics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joklawitter/nexwick/"

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

[dependencies]

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]