rustpbx-storage 0.5.0

RustPBX component: storage
# 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 = "rustpbx-storage"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RustPBX component: storage"
readme = false
license = "MIT"
repository = "https://github.com/restsend/rustpbx"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3.31"

[dependencies.object_store]
version = "0.14.0"
features = [
    "fs",
    "aws-base",
    "azure-base",
    "gcp-base",
    "reqwest",
    "ring",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tokio]
version = "1.53"
features = ["fs"]

[dev-dependencies.tempfile]
version = "3.27.0"