# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fs_pro" version = "1.3.0" authors = ["alianmad "] description = "a lib to work with files and folders easliy" homepage = "https://github.com/AliBasicCoder/fs-pro-rust" documentation = "https://docs.rs/fs_pro" readme = "README.md" keywords = ["fs", "filesystem", "files", "folders", "fspro"] categories = ["filesystem"] license = "MIT" repository = "https://github.com/AliBasicCoder/fs-pro-rust.git" [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] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [features] json = ["serde", "serde_json"]