seadawg 0.1.3

SeaDawg is a library that implements the online algorithm for Direct Acyclic Word Graph (DAWG) and Compact Direct Acyclic Word Graph (CDAWG).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "seadawg"
version = "0.1.3"
authors = ["Norm O <normo.pub@gmail.com>"]
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"
resolver = "2"
[profile.release]
debug = true
[dependencies.croaring]
version = "^0.5"

[dependencies.fxhash]
version = "^0"

[dependencies.map_vec]
version = "^0"

[dependencies.scalable_cuckoo_filter]
version = "^0"
[dev-dependencies.byte-unit]
version = "^4"

[dev-dependencies.csv]
version = "^1"

[dev-dependencies.jemalloc-ctl]
version = "^0"

[dev-dependencies.jemallocator]
version = "^0"

[dev-dependencies.rand]
version = "^0"