do-riblt 1.0.2

An implementation of rateless invertable bloom lookup tables
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 = "do-riblt"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of rateless invertable bloom lookup tables"
readme = "README.md"
license = "MIT"
repository = "https://github.com/doEggi/do-riblt"

[lib]
name = "do_riblt"
path = "src/lib.rs"

[[example]]
name = "usage"
path = "examples/usage.rs"

[dependencies.rapidhash]
version = "4.2.0"