filerune_fusion 0.2.0

A file splitting & merging solution
Documentation
[dependencies.async-std]
optional = true
version = "^1.13.0"

[dependencies.smol]
optional = true
version = "^2.0.0"

[dependencies.tokio]
features = ["fs", "io-util"]
optional = true
version = "^1.40.0"

[features]
all = ["async_std", "smol", "tokio"]
async-std = ["async_std"]
async_std = ["dep:async-std"]
default = []
smol = ["dep:smol"]
tokio = ["dep:tokio"]

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

[package]
authors = ["Alpheus <contact@alphe.us>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "multimedia"]
description = """
A file splitting & merging solution
"""
edition = "2024"
homepage = "https://github.com/filerune/rust"
include = ["src/*", "Cargo.toml", "README.md"]
keywords = ["split", "check", "merge", "util", "fs"]
license = "MIT"
name = "filerune_fusion"
readme = "README.md"
repository = "https://github.com/filerune/rust"
resolver = "2"
rust-version = "1.85.0"
version = "0.2.0"

[package.metadata.docs.rs]
features = ["all"]