[package] name = "fs_pro" version = "1.3.0" authors = ["alianmad "] edition = "2018" license = "MIT" description = "a lib to work with files and folders easliy" homepage = "https://github.com/AliBasicCoder/fs-pro-rust" repository = "https://github.com/AliBasicCoder/fs-pro-rust.git" readme = "README.md" categories = ["filesystem"] keywords = ["fs", "filesystem", "files", "folders", "fspro"] documentation = "https://docs.rs/fs_pro" [features] json = ["serde", "serde_json"] [dependencies] fs_extra = "1.1.0" rand = "0.7.3" serde = { version = "1.0", optional = true } serde_json = { version = "1.0", optional = true } fs_pro_macros = { path = "./fs_pro_macros", version = "1.0.0" } lazy_static = "1.4.0" regex = "1.4.3"