[package] name = "expand-mod" version = "0.1.0" edition = "2021" authors = ["frozenlib "] license = "MIT OR Apache-2.0" repository = "https://github.com/frozenlib/expand-mod" description = "Expand `mod module_name;` in `.rs` files and combine the module tree consisting of multiple files into a single file." [dependencies] syn = { version = "2.0.76", features = ["full", "visit"] } quote = "1.0.37" proc-macro2 = { version = "1.0.86", features = ["span-locations"] } anyhow = "1.0.86" annotate-snippets = "0.11.4" clap = { version = "4.5.16", features = ["derive"] } arboard = "3.4.0"