[dependencies.proc-macro2]
version = "1.0.74"
[dependencies.quote]
version = "1.0.35"
[dependencies.syn]
version = "2.0.46"
[lib]
proc-macro = true
[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::build-utils", "filesystem", "no-std", "no-std::no-alloc"]
description = "Pull in every source file in a directory as a module."
documentation = "https://docs.rs/automod"
edition = "2021"
exclude = ["examples"]
license = "MIT OR Apache-2.0"
name = "automod"
readme = "README.md"
repository = "https://github.com/dtolnay/automod"
rust-version = "1.56"
version = "1.0.14"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]