[package] name = "rustsourcebundler" version = "0.13.0" authors = ["Leandro Lisboa Penz "] description = "Bundle the source code of a rust cargo crate in a single source file" license = "MIT" homepage = "https://github.com/lpenz/rust-sourcebundler" repository = "https://github.com/lpenz/rust-sourcebundler.git" edition = "2021" categories = ["command-line-utilities"] keywords = ["single-file", "bundle", "merge", "source", "build"] [dependencies] lazy_static = "1.4.0" regex = "1.10.5" anyhow = "1.0.86" clap = { version = "4.5.7", features = ["derive"] } cargo_toml = "0.20.2" [dev-dependencies] goldenfile = "1.7.1" tempfile = "3.10.1"