[package]
edition = "2021"
name = "fsp"
version = "0.4.2"
authors = ["Toutouh Hamza hamza.toutouh@outlook.com"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File System Plus is a package that provide create, update and delete operation on file syteme"
homepage = "https://github.com/O-Boxe/stdlib/tree/fsp---file-system-%2B"
documentation = "https://github.com/O-Boxe/stdlib/tree/fsp---file-system-%2B"
readme = "README.md"
keywords = [
"filesystem",
"easy_to_use",
]
categories = ["filesystem"]
license-file = "LICENSE"
repository = "https://github.com/O-Boxe/stdlib/tree/fsp---file-system-%2B"
[lib]
name = "fsp"
path = "src/lib.rs"
[dependencies.reqwest]
version = "0.11"
features = ["blocking"]