[package]
edition = "2024"
name = "objectstore-types"
version = "0.0.16"
authors = ["Sentry <oss@sentry.io>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types for the Objectstore client and server"
homepage = "https://getsentry.github.io/objectstore/"
readme = false
license-file = "LICENSE.md"
repository = "https://github.com/getsentry/objectstore"
[lib]
name = "objectstore_types"
path = "src/lib.rs"
[dependencies.http]
version = "1.3.1"
[dependencies.humantime]
version = "2.2.0"
[dependencies.mediatype]
version = "0.21.0"
[dependencies.serde]
version = "1.0.219"
features = ["derive"]
[dependencies.thiserror]
version = "2.0.17"