yah-object-store 0.8.21

Object-store trait + InMemory impl. R2ObjectStore lives here once F2 lands; today scryer + cloud reconciler consume it.
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 = "yah-object-store"
version = "0.8.21"
authors = ["yah Dev <human@yah.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Object-store trait + InMemory impl. R2ObjectStore lives here once F2 lands; today scryer + cloud reconciler consume it."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/yah-ai/yah-base"

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

[dependencies.fob]
version = "0.8.21"

[dependencies.hex]
version = "0.4"

[dependencies.local-driver]
version = "0.8.21"
package = "yah-local-driver"

[dependencies.percent-encoding]
version = "2"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"