[package] name = "seadawg" version = "0.1.3" authors = ["Norm O "] edition = "2021" description = "SeaDawg is a library that implements the online algorithm for Direct Acyclic Word Graph (DAWG) and Compact Direct Acyclic Word Graph (CDAWG)." license = "MPL-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] debug = true [dependencies] croaring = { version = "^0.5" } fxhash = "^0" scalable_cuckoo_filter = "^0" map_vec = "^0" [dev-dependencies] byte-unit = "^4" csv = "^1" rand = "^0" jemallocator = "^0" jemalloc-ctl = "^0"