seadawg 0.1.0

SeaDawg is a library that implements the online algorithm for Direct Acyclic Word Graph (DAWG) and Compact Direct Acyclic Word Graph (CDAWG).
Documentation
[package]
name = "seadawg"
version = "0.1.0"
authors = ["N Ovenseri <novenseri@gmail.com>"]
edition = "2018"
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.4" }
fxhash = "^0.2"
scalable_cuckoo_filter = "^0.1"
map_vec = "^0.3"

[dev-dependencies]
byte-unit = "^3.1"
csv = "^1.1"
rand = "^0.7"
jemallocator = "^0.3"
jemalloc-ctl = "^0.3"