gravityfile-ops 0.2.4

File operations engine for gravityfile
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"
name = "gravityfile-ops"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File operations engine for gravityfile"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/epistates/gravityfile"
resolver = "2"

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

[dependencies.bzip2]
version = "0.5"

[dependencies.flate2]
version = "1"

[dependencies.gravityfile-core]
version = "0.2.4"

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

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "time",
    "macros",
]

[dependencies.tokio-util]
version = "0.7"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.trash]
version = "5"

[dependencies.xz2]
version = "0.1"

[dependencies.zip]
version = "2"

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