# 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 = "rustsourcebundler" version = "0.13.0" authors = ["Leandro Lisboa Penz "] description = "Bundle the source code of a rust cargo crate in a single source file" homepage = "https://github.com/lpenz/rust-sourcebundler" readme = "README.md" keywords = [ "single-file", "bundle", "merge", "source", "build", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lpenz/rust-sourcebundler.git" [dependencies.anyhow] version = "1.0.86" [dependencies.cargo_toml] version = "0.20.2" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.5" [dev-dependencies.goldenfile] version = "1.7.1" [dev-dependencies.tempfile] version = "3.10.1"