na_seq 0.3.14

DNA, RNA, and amino acid sequence types and functions
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 = "na_seq"
version = "0.3.14"
authors = ["David O'Connor <the_alchemist@fastmail.com>"]
build = false
exclude = [".gitignore"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DNA, RNA, and amino acid sequence types and functions"
documentation = "https://docs.rs/seq"
readme = "README.md"
keywords = [
    "dna",
    "primer",
    "biology",
    "pcr",
]
categories = [
    "science",
    "science::bioinformatics",
    "science::bioinformatics::genomics",
    "science::bioinformatics::proteomics",
    "science::bioinformatics::sequence-analysis",
]
license = "MIT"
repository = "https://github.com/David-OConnor/seq"

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

[dependencies.bincode]
version = "2.0.1"

[dependencies.num_enum]
version = "0.7.5"