objectstore-client 0.0.13

Client SDK for Objectstore, the Sentry object storage platform
Documentation
[dependencies.async-compression]
features = ["tokio", "zstd"]
version = "0.4.27"

[dependencies.bytes]
version = "1.10.1"

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

[dependencies.infer]
default-features = false
version = "0.19.0"

[dependencies.objectstore-types]
version = "0.0.13"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12.22"

[dependencies.sentry-core]
features = ["client"]
version = ">=0.41"

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

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.45.0"

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

[dependencies.url]
version = "2.5.7"

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.47.0"

[dev-dependencies.zstd]
version = "0.13.3"

[features]
default = ["hickory-dns"]
hickory-dns = ["reqwest/hickory-dns"]

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

[package]
authors = ["Sentry <oss@sentry.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Client SDK for Objectstore, the Sentry object storage platform"
edition = "2024"
homepage = "https://getsentry.github.io/objectstore/"
license-file = "LICENSE.md"
name = "objectstore-client"
publish = true
readme = "README.md"
repository = "https://github.com/getsentry/objectstore"
rust-version = "1.89"
version = "0.0.13"

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