objectstore-types 0.1.0

Shared types for the Objectstore client and server
Documentation
# 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 = "objectstore-types"
version = "0.1.0"
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"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.serde_json]
version = "1"