monoutils-store 0.2.1

`monoutils-store` is a library for working with IPLD content-addressed stores (CAS).
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 = "2021"
name = "monoutils-store"
version = "0.2.1"
authors = ["Stephen Akinyemi <appcypher@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "`monoutils-store` is a library for working with IPLD content-addressed stores (CAS)."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/appcypher/monocore"

[lib]
name = "monoutils_store"
path = "lib/lib.rs"

[dependencies.aliasable]
version = "0.1.3"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-stream]
version = "0.3"

[dependencies.bytes]
version = "1.9"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.libipld]
version = "0.16"
features = ["serde-codec"]

[dependencies.lru]
version = "0.12.3"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_ipld_dagcbor]
version = "0.6.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.42"
features = [
    "full",
    "sync",
]

[dependencies.tokio-util]
version = "0.7"
features = [
    "io",
    "io",
]