[package]
edition = "2024"
name = "na_seq"
version = "0.3.13"
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"