icydb-utils 0.147.21

IcyDB — A schema-first typed query engine and persistence runtime for Internet Computer canisters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "icydb-utils"
edition = { workspace = true }
rust-version = { workspace = true }
version = { workspace = true }
license = { workspace = true }
description = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }

[dependencies]
convert_case = { workspace = true }
rand_chacha = { workspace = true }
thiserror = { workspace = true }
xxhash-rust = { workspace = true }

[lints]
workspace = true