objectstore-types 0.0.13

Shared types for the Objectstore client and server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "objectstore-types"
authors = ["Sentry <oss@sentry.io>"]
description = "Shared types for the Objectstore client and server"
homepage = "https://getsentry.github.io/objectstore/"
repository = "https://github.com/getsentry/objectstore"
license-file = "../LICENSE.md"
version = "0.0.13"
edition = "2024"
publish = true

[dependencies]
http = { workspace = true }
humantime = { workspace = true }
mediatype = "0.21.0"
serde = { workspace = true }
thiserror = { workspace = true }