[package]
edition = "2021"
rust-version = "1.95"
name = "fileloft-store-memory"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-memory tus.io storage backend and locker for testing"
homepage = "https://github.com/sound-systems/fileloft"
documentation = "https://docs.rs/fileloft-store-memory"
readme = "README.md"
keywords = [
"tus",
"upload",
"resumable",
"http",
"async",
]
categories = [
"network-programming",
"web-programming",
]
license = "MIT"
repository = "https://github.com/sound-systems/fileloft"
[lib]
name = "fileloft_store_memory"
path = "src/lib.rs"
[dependencies.bytes]
version = "1.11"
[dependencies.fileloft-core]
version = "0.3.0"
[dependencies.tokio]
version = "1.51"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio]
version = "1.51"
features = [
"full",
"test-util",
]