packed-seq 4.4.2

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 = "4.4.2"
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"]
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.8"
optional = true

[dependencies.mem_dbg]
version = "0.3"

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

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

[dependencies.rand]
version = "0.9"
features = ["small_rng"]
optional = true

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

[dependencies.wide]
version = "0.7"