# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "import-modules" version = "1.0.0" authors = ["FlamesX-128 "] exclude = [ "target", "tests", ] description = "import-modules is a library based on require-all" homepage = "https://github.com/FlamesX-128/import-modules#import-modules" readme = "README.md" keywords = [ "import-modules", "import-all", "import", "module", "all", ] license = "MIT" repository = "https://github.com/FlamesX-128/import-modules" [lib] proc_macro = true [dependencies.fancy-regex] version = "0.11" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"