[package] name = "node-to-arc-centric-dbg" version = "3.0.1" edition = "2021" license = "BSD-2-Clause" authors = ["Sebastian Schmidt "] description = "Convert node-centric de Bruijn graphs as output by BCALM2 into arc-centric de Bruijn graphs as edge lists" repository = "https://github.com/sebschmi/node-to-arc-centric-dbg" rust-version = "1.70.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3.4", features = ["derive"] } log = "0.4.19" simplelog = "0.12.1" genome-graph = "8.0.0" anyhow = "1.0.71" self-meter = "0.6.0"