matchtigs 1.3.2

Different algorithms for computing small and minimum plain text representations of kmer sets.
Documentation
[[bin]]
name = "matchtigs"
path = "src/bin.rs"
[dependencies.atomic-counter]
version = "1.0.1"

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

[dependencies.crossbeam]
version = "0.8.1"

[dependencies.disjoint-sets]
version = "0.4.2"

[dependencies.flate2]
version = "1.0.24"

[dependencies.genome-graph]
features = ["traitgraph-algo"]
version = "5.0.0"

[dependencies.hashbrown]
version = "0.12.0"

[dependencies.itertools]
version = "0.10.3"

[dependencies.log]
version = "0.4.14"

[dependencies.memory-stats]
version = "1.0.0"

[dependencies.permutation]
version = "0.4.0"

[dependencies.simplelog]
version = "0.12.0"

[dependencies.traitgraph-algo]
features = ["hashbrown_dijkstra_node_weight_array"]
version = "5.3.0"

[lib]
crate-type = ["dylib"]
name = "libmatchtigs"
path = "src/lib.rs"

[package]
authors = ["Sebastian Schmidt <sebastian.schmidt@helsinki.fi>"]
categories = ["algorithms", "compression", "command-line-utilities", "science"]
description = "Different algorithms for computing small and minimum plain text representations of kmer sets."
documentation = "https://docs.rs/matchtigs"
edition = "2021"
homepage = "https://github.com/algbio/matchtigs"
keywords = ["compression", "plain-text", "kmer", "genome", "bio"]
license-file = "LICENSE.txt"
name = "matchtigs"
readme = "README.md"
repository = "https://github.com/algbio/matchtigs"
rust-version = "1.60.0"
version = "1.3.2"
[profile.release]
debug = true
lto = true