peregrine_db 0.1.0

Peregrine DB is an in-memory thread-safe data store library for Rust.
Documentation
[dependencies.snafu]
version = "0.6.8"
[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.tokio-test]
version = "0.4.2"

[package]
authors = ["Marshall Belles"]
description = "Peregrine DB is an in-memory thread-safe data store library for Rust."
documentation = "https://github.com/MarshallBelles/PeregrineDB"
edition = "2018"
include = ["src/lib.rs", "Cargo.toml"]
keywords = ["db", "database", "hash", "table", "store"]
license = "MIT OR Apache-2.0"
name = "peregrine_db"
repository = "https://github.com/MarshallBelles/PeregrineDB"
version = "0.1.0"