hopsfs-native-object-store 1.2.1

object_store implementation for HopsFS client
# 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 = "hopsfs-native-object-store"
version = "1.2.1"
authors = [
    "Adam Binford <adamq43@gmail.com>",
    "Hamid Ghasemirahni <hamid@hopsworks.ai>",
    "Salman Niazi<salman@hopsworks.ai>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "object_store implementation for HopsFS client"
homepage = "https://github.com/logicalclocks/hopsfs-native-object-store/tree/dev"
readme = "README.md"
keywords = [
    "hadoop",
    "hopsfs",
    "object_store",
]
license = "Apache-2.0"
repository = "https://github.com/logicalclocks/hopsfs-native-object-store/tree/dev"

[features]
default = []
integration-test = []

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

[[test]]
name = "test_hopsfs_object_store"
path = "tests/test_hopsfs_object_store.rs"

[[test]]
name = "test_object_store"
path = "tests/test_object_store.rs"

[dependencies.async-stream]
version = "0.3.6"

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

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.object_store]
version = "0.12.5"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "net",
    "io-util",
    "macros",
    "sync",
    "time",
]

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.serial_test]
version = "3"

[build-dependencies.env_logger]
version = "0.11"

[build-dependencies.flate2]
version = "1.0"

[build-dependencies.log]
version = "0.4"

[build-dependencies.reqwest]
version = "0.11"
features = ["blocking"]

[build-dependencies.tar]
version = "0.4"