objstore_fs 0.1.0-alpha.1

Filesystem backend for objstore
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 = "objstore_fs"
version = "0.1.0-alpha.1"
authors = ["Christoph Herzog <chris@theduke.at>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filesystem backend for objstore"
readme = "README.md"
keywords = [
    "objectstore",
    "kvstore",
    "s3",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/theduke/objstore"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.objstore]
version = "0.1.0-alpha.1"

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

[dependencies.sha2]
version = "0.10"

[dependencies.time]
version = "0.3"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "io-util",
    "fs",
]

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

[dependencies.url]
version = "2"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "rt",
    "macros",
    "fs",
]