anda_db_utils 0.8.2

A utility Rust library for Anda DB.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "anda_db_utils"
version = "0.8.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility Rust library for Anda DB."
readme = "README.md"
keywords = ["anda"]
categories = [
    "database",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/ldclabs/anda-db/tree/main/rs/anda_db_utils"
resolver = "2"

[lib]
name = "anda_db_utils"
path = "src/lib.rs"

[dependencies.rustc-hash]
version = "2"
features = ["std"]
default-features = false

[dependencies.serde]
version = "1"
features = [
    "std",
    "derive",
]
default-features = false

[dev-dependencies.serde_json]
version = "1"
features = ["std"]
default-features = false