[package] name = "align_tools" version = "0.1.12" authors = ["David Jaffe "] license = "MIT" description = "Some tools that are 'internal' for now because they are insufficiently refined and unstable, but which are used by other 'public' crates." repository = "https://github.com/10XGenomics/rust-toolbox" edition = "2018" [dependencies] bio_edit = { version = "0.1", path = "../bio_edit" } debruijn = "0.3" itertools = ">= 0.8, <= 0.11" string_utils = { version = "0.1", path = "../string_utils" } vector_utils = { version = "0.1", path = "../vector_utils" }