2023-09-13 18:21:45 +03:00
|
|
|
[package]
|
|
|
|
name = "gentables"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-12-11 03:04:49 +02:00
|
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
2023-09-13 18:21:45 +03:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-01 20:37:30 +02:00
|
|
|
memtables = { workspace = true, features = ["all"] }
|
|
|
|
|
|
|
|
bytemuck.workspace = true
|
|
|
|
bitflags.workspace = true
|
2023-09-13 18:21:45 +03:00
|
|
|
|
|
|
|
thiserror = "1.0.48"
|
|
|
|
clap = { version = "4.4.2", features = ["derive"] }
|
2024-11-01 20:37:30 +02:00
|
|
|
elf = "0.7.2"
|