fs_pro 1.3.0

a lib to work with files and folders easliy
Documentation
[dependencies.fs_extra]
version = "1.1.0"

[dependencies.fs_pro_macros]
version = "1.0.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rand]
version = "0.7.3"

[dependencies.regex]
version = "1.4.3"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[features]
json = ["serde", "serde_json"]

[package]
authors = ["alianmad <aliahmedreda34@gmail.com>"]
categories = ["filesystem"]
description = "a lib to work with files and folders easliy"
documentation = "https://docs.rs/fs_pro"
edition = "2018"
homepage = "https://github.com/AliBasicCoder/fs-pro-rust"
keywords = ["fs", "filesystem", "files", "folders", "fspro"]
license = "MIT"
name = "fs_pro"
readme = "README.md"
repository = "https://github.com/AliBasicCoder/fs-pro-rust.git"
version = "1.3.0"