feldera-storage 0.272.0

Storage crate for feldera
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"
rust-version = "1.91.1"
name = "feldera-storage"
version = "0.272.0"
authors = ["Feldera Team <dev@feldera.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage crate for feldera"
homepage = "https://github.com/feldera/feldera"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/feldera/feldera"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.91"

[dependencies.feldera-types]
version = "0.272.0"

[dependencies.inventory]
version = "0.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.libc]
version = "0.2.153"

[dependencies.object_store]
version = "0.11.2"
features = [
    "aws",
    "gcp",
    "azure",
    "http",
]

[dependencies.once_cell]
version = "1.20.2"

[dependencies.rkyv]
version = "0.7.45"
features = [
    "std",
    "size_64",
    "validation",
    "uuid",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.132"
features = ["arbitrary_precision"]

[dependencies.size-of]
version = "0.1.7"
features = [
    "time-std",
    "ordered-float",
]
package = "feldera-size-of"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.44.2"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1.40"

[dependencies.uuid]
version = "1.17.0"
features = [
    "serde",
    "v7",
]

[target.'cfg(target_family = "unix")'.dependencies.nix]
version = "0.27.1"
features = [
    "uio",
    "feature",
    "fs",
]