post3 0.1.0

Pluggable S3-compatible object storage — core library with PostgreSQL and filesystem backends
Documentation
[package]
name = "post3"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
description = "Pluggable S3-compatible object storage — core library with PostgreSQL and filesystem backends"
keywords = ["s3", "storage", "object-storage", "postgresql", "filesystem"]
categories = ["database", "filesystem", "web-programming"]
readme = "../../README.md"

[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
sqlx.workspace = true
uuid.workspace = true
bytes.workspace = true
chrono.workspace = true
md-5.workspace = true
hex.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
percent-encoding.workspace = true

[dev-dependencies]
tempfile.workspace = true