bitnuc 0.5.0

A library for efficient nucleotide sequence manipulation using 2-bit encoding
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 = "2024"
name = "bitnuc"
version = "0.5.0"
authors = ["Noam Teyssier"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for efficient nucleotide sequence manipulation using 2-bit encoding"
documentation = "https://docs.rs/bitnuc"
readme = "README.md"
keywords = [
    "bioinformatics",
    "dna",
    "sequence",
    "nucleotide",
    "2bit",
]
categories = [
    "science::bioinformatics",
    "encoding",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/noamteyssier/bitnuc"

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

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

[dependencies.fearless_simd]
version = "0.7.0"

[dependencies.thiserror]
version = "2.0.20"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.10.2"
features = ["sys_rng"]
default-features = false

[profile.release]
lto = true
codegen-units = 1