[[bin]]
name = "matchtigs"
path = "src/bin.rs"
[dependencies.atomic-counter]
version = "1.0.1"
[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5.27"
[dependencies.crossbeam]
version = "0.8.1"
[dependencies.disjoint-sets]
version = "0.4.2"
[dependencies.flate2]
version = "1.0.35"
[dependencies.genome-graph]
features = ["traitgraph-algo"]
version = "11.0.0"
[dependencies.hashbrown]
version = "0.15.2"
[dependencies.itertools]
version = "0.14.0"
[dependencies.log]
version = "0.4.25"
[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 = "8.1.2"
[lib]
crate-type = ["rlib", "dylib"]
name = "libmatchtigs"
path = "src/lib.rs"
[package]
authors = ["Sebastian Schmidt <sebastian.schmidt@helsinki.fi>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.80.1"
version = "2.1.9"
[profile.release]
debug = 2
lto = true