objectstore-types 0.0.1

Shared types for the Objectstore client and server
Documentation
[dependencies.anyhow]
version = "1.0.98"

[dependencies.http]
version = "1.3.1"

[dependencies.humantime]
version = "2.2.0"

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

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

[package]
authors = ["Sentry <oss@sentry.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Shared types for the Objectstore client and server"
edition = "2024"
homepage = "https://getsentry.github.io/objectstore/"
license-file = "LICENSE.md"
name = "objectstore-types"
publish = true
readme = false
repository = "https://github.com/getsentry/objectstore"
version = "0.0.1"