fusio-object-store 0.4.2

the object_store integration of Fusio.
Documentation
[dependencies.async-stream]
version = "0.3"

[dependencies.fusio]
features = ["bytes", "dyn", "object_store", "tokio"]
version = "0.4.1"

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.object_store]
version = "0.12"

[dependencies.parquet]
default-features = false
features = ["arrow", "async", "object_store"]
version = "56"

[dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.bytes]
version = "1.7"

[dev-dependencies.object_store]
features = ["aws"]
version = "0.12"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "the object_store integration of Fusio."
edition = "2021"
license = "Apache-2.0"
name = "fusio-object-store"
readme = false
repository = "https://github.com/tonbo-io/fusio"
version = "0.4.2"