ffly 0.0.3

A "blazingly" fast key-value pair database without bloat written in rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ffly"
version = "0.0.3"
edition = "2021"
description = "A \"blazingly\" fast key-value pair database without bloat written in rust."
license = "MIT"
authors = ["Arthurdw <contact@arthurdw.com>"]

[dependencies]
anyhow = "1.0.69"
bincode = "1.3.3"
clap = { version = "4.1.4", features = ["derive"] }
log = "0.4.17"
pretty_env_logger = "0.4.0"
strum = "0.24.1"
strum_macros = "0.24.3"
tokio = { version = "1.25.0", features = ["full"] }