simd-minimizers 2.3.1

A SIMD-accelerated library to compute random minimizers
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 = "simd-minimizers"
version = "2.3.1"
authors = [
    "Ragnar Groot Koerkamp",
    "Igor Martayan",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A SIMD-accelerated library to compute random minimizers"
readme = "README.md"
keywords = [
    "minimizers",
    "simd",
    "dna",
    "bioinformatics",
]
categories = [
    "compression",
    "data-structures",
    "science::bioinformatics",
]
license = "MIT"
repository = "https://github.com/rust-seq/simd-minimizers"

[features]
scalar = ["packed-seq/scalar"]

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

[[example]]
name = "bench"
path = "examples/bench.rs"

[[example]]
name = "variance"
path = "examples/variance.rs"

[dependencies.clap]
version = "4.5.47"
features = ["derive"]

[dependencies.itertools]
version = "0.14"

[dependencies.packed-seq]
version = "4.2.0"

[dependencies.seq-hash]
version = "0.1.1"

[dependencies.wide]
version = "0.7"

[dev-dependencies.rand]
version = "0.9"

[profile.release]
lto = "thin"
debug = 2
incremental = true