cyanea-seq 0.1.0

Sequence I/O and manipulation for the Cyanea bioinformatics ecosystem
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"
rust-version = "1.93"
name = "cyanea-seq"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sequence I/O and manipulation for the Cyanea bioinformatics ecosystem"
readme = "README.md"
keywords = [
    "bioinformatics",
    "dna",
    "fasta",
    "fastq",
    "kmer",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cyanea-io/cyanea"

[features]
default = ["std"]
minhash = []
serde = [
    "dep:serde",
    "cyanea-core/serde",
]
std = []
wasm = []

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

[[bench]]
name = "seq"
path = "benches/seq.rs"
harness = false

[dependencies.cyanea-core]
version = "0.1.0"
default-features = false

[dependencies.needletail]
version = "0.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

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

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tempfile]
version = "3"