rskit-storage 0.2.0-alpha.3

File I/O, local storage, temp files, MIME detection, and storage backend traits
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"
rust-version = "1.91"
name = "rskit-storage"
version = "0.2.0-alpha.3"
authors = ["kbukum contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File I/O, local storage, temp files, MIME detection, and storage backend traits"
homepage = "https://github.com/kbukum/rskit"
documentation = "https://docs.rs/rskit-storage"
readme = "README.md"
keywords = [
    "file",
    "storage",
    "async",
    "streaming",
]
categories = [
    "filesystem",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/kbukum/rskit"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[test]]
name = "golden"
path = "tests/golden.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "storage_io_behavior"
path = "tests/storage_io_behavior.rs"

[[test]]
name = "storage_registry_behavior"
path = "tests/storage_registry_behavior.rs"

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

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.infer]
version = "0.19"

[dependencies.mime_guess]
version = "2"

[dependencies.rskit-errors]
version = "0.2.0-alpha.1"

[dependencies.rskit-fs]
version = "0.2.0-alpha.1"
features = ["async"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.image]
version = "0.25"
features = [
    "bmp",
    "gif",
    "ico",
    "jpeg",
    "png",
    "rayon",
    "tiff",
    "webp",
]
default-features = false

[dev-dependencies.insta]
version = "1.47"
features = [
    "json",
    "yaml",
    "redactions",
]

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