bio_apis 0.1.13

DNA and RNA sequence types and functions
Documentation
[dependencies.bincode]
optional = true
version = "2.0.1"

[dependencies.flate2]
version = "1.1.2"

[dependencies.na_seq]
version = "0.3.6"

[dependencies.rand]
version = "0.9.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde-aux]
version = "4.7.0"

[dependencies.serde_json]
version = "1.0.138"

[dependencies.ureq]
version = "3.1.4"

[dependencies.url]
version = "2.5.7"

[dependencies.webbrowser]
version = "1.0.4"

[features]
encode = ["bincode"]

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

[package]
authors = ["David O'Connor <the_alchemist@fastmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "science::bioinformatics", "api-bindings"]
description = "DNA and RNA sequence types and functions"
documentation = "https://docs.rs/bio_apis"
edition = "2024"
exclude = [".gitignore"]
keywords = ["dna", "primer", "biology", "pcr"]
license = "MIT"
name = "bio_apis"
readme = "README.md"
repository = "https://github.com/David-OConnor/bio_apis"
version = "0.1.13"