recursive-file-loader 1.0.5

Library to recursively load files via references in the files
Documentation
# 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.5"
authors = ["René Perschon <rperschon85@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "recursive_file_loader"
path = "src/lib.rs"

[dependencies.lazy-regex]
version = "3.0.2"

[dependencies.thiserror]
version = "2.0.3"

[dev-dependencies.indoc]
version = "2.0.4"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.temp-dir]
version = "0.2.0"