# 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 = "recursive-file-loader" version = "1.0.3" authors = ["René Perschon "] description = "Library to recursively load files via references in the files" homepage = "https://github.com/Leopard2A5/recursive-file-loader" documentation = "https://docs.rs/recursive-file-loader/latest" readme = "README.md" license = "MIT" repository = "https://github.com/Leopard2A5/recursive-file-loader" [dependencies.lazy-regex] version = "3.0.2" [dependencies.thiserror] version = "1.0.49" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.temp-dir] version = "0.1.11"