classics/Cargo.toml

23 lines
512 B
TOML
Raw Permalink Normal View History

2024-04-18 19:43:27 -07:00
[package]
edition = "2021"
name = "classics"
version = "0.1.0"
[dependencies]
2024-04-23 01:28:32 -07:00
bincode = "2.0.0-rc.3"
bitmask-enum = "2"
2024-04-22 10:18:05 -07:00
bytes = "1"
2024-04-18 19:43:27 -07:00
flate2 = "1"
2024-09-09 16:30:31 -07:00
half = {version = "2", features = ["serde"]}
2024-04-22 10:18:05 -07:00
internment = {version = "0.8", features = ["serde"]}
nanoid = "0.4"
2024-04-22 10:18:05 -07:00
optional_struct = "0.4"
parking_lot = "0.12"
2024-04-18 19:43:27 -07:00
rand = "0.8"
safer-bytes = "0.2"
2024-04-19 17:54:05 -07:00
serde = {version = "1", features = ["derive"]}
serde_json = "1"
2024-09-09 16:30:31 -07:00
strum = {version = "0.26", features = ["derive"]}
2025-01-16 19:12:32 -08:00
thiserror = "2"
2024-04-18 19:43:27 -07:00
tokio = {version = "1", features = ["full"]}