saboten 0.0.3

Provides biedged graphs, cactus graphs and trees, and an algorithm for finding ultrabubbles in variation graphs.
Documentation
[[bench]]
harness = false
name = "saboten_benches"
[dependencies.bstr]
version = "0.2"

[dependencies.fnv]
version = "1.0"

[dependencies.gfa]
version = "0.8"

[dependencies.indicatif]
features = ["rayon"]
optional = true
version = "0.15"

[dependencies.log]
version = "0.4"

[dependencies.petgraph]
version = "0.5.0"

[dependencies.rayon]
version = "1.4"

[dependencies.structopt]
version = "0.3"

[dependencies.three-edge-connected]
version = "0.1"
[dev-dependencies.criterion]
version = "0.3"

[features]
progress_bars = ["indicatif"]

[lib]
bench = false

[package]
authors = ["Christian Fischer <christian@chfi.se>"]
categories = ["science"]
description = "Provides biedged graphs, cactus graphs and trees, and an algorithm for finding ultrabubbles in variation graphs."
edition = "2018"
keywords = ["bioinformatics", "graph"]
license = "MIT"
name = "saboten"
readme = "readme.md"
repository = "https://github.com/chfi/saboten"
version = "0.0.3"
[profile.bench]
debug = true