ferro-storage 0.1.88

File storage abstraction for the Ferro framework
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"
name = "ferro-storage"
version = "0.1.88"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File storage abstraction for the Ferro framework"
readme = "README.md"
keywords = [
    "storage",
    "files",
    "s3",
    "ferro",
    "web",
]
categories = [
    "web-programming",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/albertogferrario/ferro"

[features]
default = []
s3 = [
    "aws-sdk-s3",
    "aws-config",
]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.aws-config]
version = "1"
optional = true

[dependencies.aws-sdk-s3]
version = "1"
optional = true

[dependencies.bytes]
version = "1"

[dependencies.dashmap]
version = "6"

[dependencies.mime_guess]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]