packed-seq 5.0.0

Constructing and iterating packed DNA sequences using SIMD
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"
name = "packed-seq"
version = "5.0.0"
authors = [
    "Ragnar Groot Koerkamp",
    "Igor Martayan",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Constructing and iterating packed DNA sequences using SIMD"
readme = "README.md"
keywords = [
    "packed",
    "simd",
    "dna",
    "bioinformatics",
]
categories = [
    "compression",
    "data-structures",
    "science::bioinformatics",
]
license = "MIT"
repository = "https://github.com/rust-seq/packed-seq"

[package.metadata.docs.rs]
features = [
    "rand",
    "file_io",
    "ef_seq",
]

[features]
default = ["rand"]
ef_seq = ["sux"]
epserde = [
    "dep:epserde",
    "sux?/epserde",
]
file_io = ["needletail"]
scalar = ["ensure_simd/scalar"]

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

[dependencies.cfg-if]
version = "1.0"

[dependencies.ensure_simd]
version = "0.1.0"

[dependencies.epserde]
version = "0.12"
optional = true

[dependencies.mem_dbg]
version = "0.4"

[dependencies.needletail]
version = "0.7"
optional = true

[dependencies.pyo3]
version = "0.25"
features = ["extension-module"]
optional = true

[dependencies.rand]
version = "0.10"
optional = true

[dependencies.sux]
version = "0.14"
optional = true

[dependencies.wide]
version = "1.5"