fileloft-store-memory 0.3.0

In-memory tus.io storage backend and locker for testing
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 = "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",
]