fixture-tree 0.1.0

Generate Rust source that mirrors a directory tree, providing compile-time accessors for fixture file paths and contents.
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 = "2024"
name = "fixture-tree"
version = "0.1.0"
authors = ["Emmet Horgan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Rust source that mirrors a directory tree, providing compile-time accessors for fixture file paths and contents."
readme = "README.md"
keywords = [
    "fixtures",
    "codegen",
    "build-script",
    "test-data",
    "include",
]
categories = [
    "development-tools::build-utils",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/emmet-horgan/fixture-tree"

[features]
default = []
regex = ["dep:regex"]

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

[dependencies.regex]
version = "1.12.3"
optional = true

[dev-dependencies.tempfile]
version = "3.27.0"