-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (25 loc) · 752 Bytes
/
Cargo.toml
File metadata and controls
28 lines (25 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "batadase"
version = "2.0.1"
edition = "2024"
license = "MIT"
repository = "https://github.com/zygomedia/batadase"
description = "batadase is an incredible LMDB wrapper"
authors = ["Zygo Media <contact@zygomedia.com>"]
readme = "README.md"
[dependencies]
batadase-index = "2"
batadase-macros = "2"
enumflags2 = "0.7"
culpa = "1"
libc = "0.2"
lmdb-sys = { version = "0.11", package = "lmdb-sys2" }
log = "0.4"
rkyv = { version = "0.8", features = ["bytecheck", "unaligned", "alloc"], default-features = false }
thiserror = "2"
tokio = { version = "1", features = ["sync", "rt"], default-features = false }
# [patch.crates-io]
# batadase-index = { path = "index" }
# batadase-macros = { path = "macros" }
# [lints]
# workspace = true